X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2FMakefile.am;h=c6196cbd01418bd0514acf74db243075c9a99036;hb=6c00e8aa67a343882caaeb9b794b4891b50b9be5;hp=eb2aabc68e1e352983d2207dfc9f4a3959d983fa;hpb=b016884ff112ca57e89f9d0298eb70079fece20d;p=pspp diff --git a/doc/Makefile.am b/doc/Makefile.am index eb2aabc68e..c6196cbd01 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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 @top_srcdir@/src/command.def > $@ + + +$(INFO_DEPS): ni.texi +$(HTML_DEPS): ni.texi +