Fixed bug 12931
[pspp] / doc / Makefile.am
index 430c6df0c67ebbade1cf53be27bf581ac14dccf1..cc4295d66eede85f442cb564a1e4fee0d6f17e31 100644 (file)
@@ -2,12 +2,11 @@
 
 info_TEXINFOS = pspp.texinfo 
 
-EXTRA_DIST = pspp.man \
+pspp_TEXINFOS = version.texi \
        bugs.texi \
        command-index.texi \
        concept-index.texi \
        configuring.texi \
-       credits.texi \
        data-file-format.texi \
        data-io.texi \
        data-selection.texi \
@@ -26,8 +25,17 @@ EXTRA_DIST = pspp.man \
        statistics.texi \
        transformation.texi \
        utilities.texi \
-       variables.texi
+       variables.texi \
+       fdl.texi \
+       ni.texi
+
+EXTRA_DIST = pspp.man \
+       $(pspp_TEXINFOS)
 
 
 CLEANFILES = pspp.info pspp.info-*
 MAINTAINERCLEANFILES=Makefile.in 
+
+ni.texi: @top_srcdir@/src/command.def @srcdir@/get-commands.pl
+       @PERL@ @srcdir@/get-commands.pl $< > $@
+