Fix two minor packaging bugs reported by James R. Van Zandt.
[pspp-builds.git] / doc / Makefile.am
index cc4295d66eede85f442cb564a1e4fee0d6f17e31..0ff30a48bdb4ca0122bec872dd7d3b51b7aaa113 100644 (file)
@@ -26,16 +26,22 @@ pspp_TEXINFOS = version.texi \
        transformation.texi \
        utilities.texi \
        variables.texi \
-       fdl.texi \
-       ni.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
+