Fix two minor packaging bugs reported by James R. Van Zandt.
[pspp-builds.git] / doc / Makefile.am
index eb2aabc68e1e352983d2207dfc9f4a3959d983fa..0ff30a48bdb4ca0122bec872dd7d3b51b7aaa113 100644 (file)
@@ -7,7 +7,6 @@ pspp_TEXINFOS = version.texi \
        command-index.texi \
        concept-index.texi \
        configuring.texi \
-       credits.texi \
        data-file-format.texi \
        data-io.texi \
        data-selection.texi \
@@ -26,12 +25,23 @@ pspp_TEXINFOS = version.texi \
        statistics.texi \
        transformation.texi \
        utilities.texi \
-       variables.texi
+       variables.texi \
+       fdl.texi 
+
+nodist_pspp_TEXINFOS= ni.texi
+
 
 EXTRA_DIST = pspp.man \
+       get-commands.pl \
        $(pspp_TEXINFOS)
 
-
-CLEANFILES = pspp.info pspp.info-*
+CLEANFILES = pspp.info pspp.info-* ni.texi
 MAINTAINERCLEANFILES=Makefile.in 
 
+ni.texi: @top_srcdir@/src/command.def @srcdir@/get-commands.pl
+       @PERL@ @srcdir@/get-commands.pl $< > $@
+
+
+$(INFO_DEPS): ni.texi
+$(HTML_DEPS): ni.texi
+