X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fautomake.mk;h=9402d7af0aea98ab731007f7b905f251973c13f3;hb=a645efe8a26ace14b0c417a57559381d4c7193f5;hp=7c19acc01a52c4d5a85b40570b72d9ecf44524ba;hpb=1d2780996f3f615c2ea19ddfc1c9e1592fa64b70;p=pspp-builds.git diff --git a/doc/automake.mk b/doc/automake.mk index 7c19acc0..9402d7af 100644 --- a/doc/automake.mk +++ b/doc/automake.mk @@ -1,17 +1,17 @@ ## 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 \ doc/files.texi \ + doc/combining.texi \ doc/flow-control.texi \ doc/function-index.texi \ doc/installing.texi \ @@ -19,32 +19,48 @@ 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/tutorial.texi \ + doc/tut.texi \ doc/regression.texi \ doc/utilities.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/i18n.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) - -# Kludge to get around automake deficiency. -am__TEXINFO_TEX_DIR=./doc + doc/get-commands.pl doc/ni.texi: $(top_srcdir)/src/language/command.def doc/get-commands.pl - @$(top_srcdir)/mkinstalldirs doc + @$(MKDIR_P) doc @PERL@ $(top_srcdir)/doc/get-commands.pl $(top_srcdir)/src/language/command.def > $@ +doc/tut.texi: + @$(MKDIR_P) doc + echo "@set example-dir $(examplesdir)" > $@ + + +doc/pspp.xml: doc/pspp.texinfo $(doc_pspp_TEXINFOS) + @$(MKDIR_P) doc + $(MAKEINFO) --docbook -I $(top_srcdir) $< -o $@ + $(SED) -i -e 's/Time-&-Date/Time-\&-Date/g' $@ + +docbookdir = $(docdir) +docbook_DATA = doc/pspp.xml -$(INFO_DEPS): doc/ni.texi -$(HTML_DEPS): doc/ni.texi -CLEANFILES += doc/ni.texi +EXTRA_DIST += doc/OChangeLog +CLEANFILES += pspp-dev.dvi $(docbook_DATA)