Fixed bug 12931
[pspp-builds.git] / doc / Makefile.am
index 9eaee015a3a7135c5744df7a14f0c3e61861ef0f..cc4295d66eede85f442cb564a1e4fee0d6f17e31 100644 (file)
@@ -26,7 +26,8 @@ pspp_TEXINFOS = version.texi \
        transformation.texi \
        utilities.texi \
        variables.texi \
-       fdl.texi
+       fdl.texi \
+       ni.texi
 
 EXTRA_DIST = pspp.man \
        $(pspp_TEXINFOS)
@@ -35,3 +36,6 @@ EXTRA_DIST = pspp.man \
 CLEANFILES = pspp.info pspp.info-*
 MAINTAINERCLEANFILES=Makefile.in 
 
+ni.texi: @top_srcdir@/src/command.def @srcdir@/get-commands.pl
+       @PERL@ @srcdir@/get-commands.pl $< > $@
+