summaryrefslogtreecommitdiff
path: root/doc/texinfo/Makefile.am
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2010-11-22 11:34:29 +0000
committer <>2013-04-03 16:08:29 +0000
commit8b74abeb02c01ddc768c465a826360cf33cec063 (patch)
tree8047ac5b4a29496a9417d019641156e9cb1f9797 /doc/texinfo/Makefile.am
downloadnano-tarball-8b74abeb02c01ddc768c465a826360cf33cec063.tar.gz
Imported from /home/lorry/working-area/delta_nano-tarball/nano-2.2.6.tar.gz.nano-2.2.6baserock/morph
Diffstat (limited to 'doc/texinfo/Makefile.am')
-rw-r--r--doc/texinfo/Makefile.am10
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)