Fixed typo
[pspp-builds.git] / doc / Makefile.am
index 8efd6c410f38f2b02d507829c9491f05bf34dd5a..c6196cbd01418bd0514acf74db243075c9a99036 100644 (file)
@@ -30,16 +30,18 @@ pspp_TEXINFOS = version.texi \
 
 nodist_pspp_TEXINFOS= ni.texi
 
-pspp.info: ni.texi
 
 EXTRA_DIST = pspp.man \
        get-commands.pl \
        $(pspp_TEXINFOS)
 
-
 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 $< > $@
+       @PERL@ @srcdir@/get-commands.pl @top_srcdir@/src/command.def > $@
+
+
+$(INFO_DEPS): ni.texi
+$(HTML_DEPS): ni.texi