X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fautomake.mk;h=9402d7af0aea98ab731007f7b905f251973c13f3;hb=HEAD;hp=67c2d83c8fe91d7e4a21ecd6b510fb73c414763c;hpb=c54e462a57d5a53a7db97d064cde383eaaa30fe9;p=pspp-builds.git diff --git a/doc/automake.mk b/doc/automake.mk index 67c2d83c..9402d7af 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,6 +48,11 @@ 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 $@