X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fautomake.mk;h=b75aee0bb75aee553ca4a2b29121df78ca1e4b0a;hb=d75cdc824bc5170aeaaa76154f22f5c042d5944d;hp=67c2d83c8fe91d7e4a21ecd6b510fb73c414763c;hpb=c54e462a57d5a53a7db97d064cde383eaaa30fe9;p=pspp-builds.git diff --git a/doc/automake.mk b/doc/automake.mk index 67c2d83c..b75aee0b 100644 --- a/doc/automake.mk +++ b/doc/automake.mk @@ -23,6 +23,8 @@ doc_pspp_TEXINFOS = doc/version.texi \ doc/not-implemented.texi \ doc/statistics.texi \ doc/transformation.texi \ + doc/tutorial.texi \ + doc/tut.texi \ doc/regression.texi \ doc/utilities.texi \ doc/variables.texi \ @@ -46,9 +48,14 @@ doc/ni.texi: $(top_srcdir)/src/language/command.def doc/get-commands.pl @$(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 $@ + $(MAKEINFO) $(AM_MAKEINFOFLAGS) --docbook -I $(top_srcdir) $< -o $@ $(SED) -i -e 's/Time-&-Date/Time-\&-Date/g' $@ docbookdir = $(docdir)