diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-11-05 12:55:17 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2012-11-05 12:55:17 -0800 |
commit | 176336f2dedded583aa8d775e6f97ad25a293aa5 (patch) | |
tree | 35155f4aedb601ee1f5895b1e5aaa693c12d94df /doc/texinfo/Makefile.am | |
download | nano-176336f2dedded583aa8d775e6f97ad25a293aa5.tar.gz nano-176336f2dedded583aa8d775e6f97ad25a293aa5.tar.bz2 nano-176336f2dedded583aa8d775e6f97ad25a293aa5.zip |
Imported Upstream version 2.3.1upstream/2.3.1upstream
Diffstat (limited to 'doc/texinfo/Makefile.am')
-rw-r--r-- | doc/texinfo/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/texinfo/Makefile.am b/doc/texinfo/Makefile.am new file mode 100644 index 0000000..91f0163 --- /dev/null +++ b/doc/texinfo/Makefile.am @@ -0,0 +1,10 @@ +info_TEXINFOS = nano.texi + +MAKEINFO = makeinfo --no-split + +BUILT_SOURCES = nano.html + +nano.html: nano.texi + makeinfo --no-split --html < $< > $@ + +EXTRA_DIST = $(info_TEXINFOS) $(BUILT_SOURCES) |