X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fautomake.mk;h=9c73d344bffbeef2489fd3eb4ea166e3c6fd4ecb;hb=430f3a7cd6d9175a54a9e97fb91d5fc912fcfea4;hp=4eb3b30016d42dd6cd8e2ff7f00c6bc6ebfcb5b9;hpb=571f85fc18f4b8cafea2d7b8ea6cf2c4cb2b02c8;p=pspp-builds.git diff --git a/doc/automake.mk b/doc/automake.mk index 4eb3b300..9c73d344 100644 --- a/doc/automake.mk +++ b/doc/automake.mk @@ -1,13 +1,12 @@ ## Process this file with automake to produce Makefile.in -*- makefile -*- -info_TEXINFOS = doc/pspp.texinfo +info_TEXINFOS = doc/pspp.texinfo doc/pspp-dev.texinfo doc_pspp_TEXINFOS = doc/version.texi \ doc/bugs.texi \ doc/command-index.texi \ doc/concept-index.texi \ doc/configuring.texi \ - doc/data-file-format.texi \ doc/data-io.texi \ doc/data-selection.texi \ doc/expressions.texi \ @@ -19,9 +18,8 @@ doc_pspp_TEXINFOS = doc/version.texi \ doc/invoking.texi \ doc/language.texi \ doc/license.texi \ + doc/ni.texi \ doc/not-implemented.texi \ - doc/portable-file-format.texi \ - doc/q2c.texi \ doc/statistics.texi \ doc/transformation.texi \ doc/regression.texi \ @@ -29,23 +27,19 @@ doc_pspp_TEXINFOS = doc/version.texi \ doc/variables.texi \ doc/fdl.texi -nodist_doc_pspp_TEXINFOS = doc/ni.texi - +doc_pspp_dev_TEXINFOS = doc/version-dev.texi \ + doc/dev/intro.texi \ + doc/dev/concepts.texi \ + doc/dev/syntax.texi \ + doc/dev/data.texi \ + doc/dev/output.texi \ + doc/dev/system-file-format.texi \ + doc/dev/portable-file-format.texi \ + doc/dev/q2c.texi EXTRA_DIST += doc/pspp.man \ - doc/get-commands.pl \ - $(doc_pspp_TEXINFOS) - -CLEANFILES += doc/pspp.info doc/pspp.info-* $(top_builddir)/doc/ni.texi - -#Kludge to overcome automake limitations -doc/%.dvi: am__TEXINFO_TEX_DIR=$(top_builddir)/doc + doc/get-commands.pl doc/ni.texi: $(top_srcdir)/src/language/command.def doc/get-commands.pl - @mkdir -p doc + @$(MKDIR_P) doc @PERL@ $(top_srcdir)/doc/get-commands.pl $(top_srcdir)/src/language/command.def > $@ - - -$(INFO_DEPS): $(top_builddir)/doc/ni.texi -$(HTML_DEPS): $(top_builddir)/doc/ni.texi -