]> git.wh0rd.org Git - nano.git/commitdiff
set EXTRA_DIST so that 'make dist" and "make distcheck" actually include
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 22 Oct 2003 15:36:15 +0000 (15:36 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 22 Oct 2003 15:36:15 +0000 (15:36 +0000)
the manual pages and their HTML versions

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1571 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

doc/man/Makefile.am
doc/man/fr/Makefile.am

index 666ccf00324c70c37aaf8a714dd27a784eb5483f..a37ed2ff837752e1ed725ce538eb943fcf62f8b2 100644 (file)
@@ -8,3 +8,5 @@ nano.1.html: nano.1
        cat $< | groff -t -mandoc -Thtml > $@
 nanorc.5.html: nanorc.5
        cat $< | groff -t -mandoc -Thtml > $@
+
+EXTRA_DIST = $(man_MANS) $(BUILT_SOURCES)
index 802eea6865533e91ee2072f2cdf6548f9e37860e..f009b9443ee13d9d26ae54b3de0643bb0034ef0c 100644 (file)
@@ -6,3 +6,5 @@ nano.1.html: nano.1
        cat $< | groff -t -mandoc -Thtml > $@
 nanorc.5.html: nanorc.5
        cat $< | groff -t -mandoc -Thtml > $@
+
+EXTRA_DIST = $(man_MANS) $(BUILT_SOURCES)