X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2FMakefile.am;h=c6196cbd01418bd0514acf74db243075c9a99036;hb=0e4ef2c7099e82d8e43cf87a53c36430d1ce879f;hp=15ea655767998e8bdaae9ed4ad72c5869b55a0e5;hpb=d52bdc878fbdfa043118c59bec4b24b239724904;p=pspp diff --git a/doc/Makefile.am b/doc/Makefile.am index 15ea655767..c6196cbd01 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,8 +1,47 @@ ## Process this file with automake to produce Makefile.in -*- makefile -*- -info_TEXINFOS = pspp.texi +info_TEXINFOS = pspp.texinfo -EXTRA_DIST = pspp.man +pspp_TEXINFOS = version.texi \ + bugs.texi \ + command-index.texi \ + concept-index.texi \ + configuring.texi \ + data-file-format.texi \ + data-io.texi \ + data-selection.texi \ + expressions.texi \ + files.texi \ + flow-control.texi \ + function-index.texi \ + installing.texi \ + introduction.texi \ + invoking.texi \ + language.texi \ + license.texi \ + not-implemented.texi \ + portable-file-format.texi \ + q2c.texi \ + statistics.texi \ + transformation.texi \ + utilities.texi \ + variables.texi \ + fdl.texi + +nodist_pspp_TEXINFOS= 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 @top_srcdir@/src/command.def > $@ + + +$(INFO_DEPS): ni.texi +$(HTML_DEPS): ni.texi -CLEANFILES = pspp.info pspp.info-* -MAINTAINERCLEANFILES=Makefile.in README.html