X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2FMakefile.am;h=f2657e6c03d0808018ef47eafc15994d3288a6d2;hb=4255c7e5a693e09a97dc7a3cca0634bb2adaba2d;hp=0f9ca9a9a7af157b5c78196415ac6b6c1475fc93;hpb=6651b7e8fb1f0e2db7c65ac332be11de11de3adc;p=pspp diff --git a/doc/Makefile.am b/doc/Makefile.am index 0f9ca9a9a7..f2657e6c03 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,7 +1,36 @@ ## 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 + +EXTRA_DIST = pspp.man \ + $(pspp_TEXINFOS) + + +CLEANFILES = pspp.info pspp.info-* +MAINTAINERCLEANFILES=Makefile.in -MAINTAINERCLEANFILES = Makefile.in README.html pspp.info pspp.info-*