X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fautomake.mk;h=a928c621f353ec51190dc5adc6a9a7b300fb5724;hb=5909ba410666a27b96646521acdc17f5cb53b5e7;hp=0c5493f685e7e1ac11bce75decb7ed15df2a1772;hpb=9a626036211e61388a4d255051e1774d01bbe072;p=pspp diff --git a/doc/automake.mk b/doc/automake.mk index 0c5493f685..a928c621f3 100644 --- a/doc/automake.mk +++ b/doc/automake.mk @@ -70,11 +70,9 @@ EXTRA_DIST += doc/get-commands.pl \ doc/prepdoc.sh $(srcdir)/doc/ni.texi: $(top_srcdir)/src/language/command.def doc/get-commands.pl - @$(MKDIR_P) doc $(AM_V_GEN)$(PERL) $(top_srcdir)/doc/get-commands.pl $(top_srcdir)/src/language/command.def > $@ $(srcdir)/doc/tut.texi: - @$(MKDIR_P) doc $(AM_V_GEN)echo "@set example-dir $(examplesdir)" > $@ @@ -82,7 +80,6 @@ doc/pspp.xml: doc/pspp.texi $(doc_pspp_TEXINFOS) doc/help-pages-list if BROKEN_DOCBOOK_XML touch $@ else - @$(MKDIR_P) doc $(AM_V_GEN)$(MAKEINFO) $(AM_MAKEINFOFLAGS) --docbook -I $(top_srcdir) \ $< -o $@ endif @@ -135,6 +132,10 @@ EXTRA_DIST += $(EXAMPLE_SYNTAX) EXAMPLE_OUTPUTS = $(EXAMPLE_SYNTAX:.sps=.out) EXAMPLE_HTML = $(EXAMPLE_SYNTAX:.sps=.html) +example-outputs: $(EXAMPLE_OUTPUTS) +example-html: $(EXAMPLE_HTML) +PHONY += example-outputs example-html + $(top_builddir)/doc/pspp.info: $(EXAMPLE_OUTPUTS) $(top_builddir)/doc/pspp.ps: $(EXAMPLE_OUTPUTS) $(top_builddir)/doc/pspp.dvi: $(EXAMPLE_OUTPUTS) @@ -152,7 +153,6 @@ SUFFIXES: .sps # use pspp to process a syntax file and reap the output into a text file .sps.out: - $(MKDIR_P) $(@D) where=$$PWD ; \ (cd $(top_srcdir)/examples; ${abs_builddir}/src/ui/terminal/pspp $(abs_srcdir)/doc/examples/$( and # everything after and including .sps.html: - $(MKDIR_P) $(@D) where=$$PWD ; \ (cd $(top_srcdir)/examples; ${abs_builddir}/src/ui/terminal/pspp $(abs_srcdir)/doc/examples/$( $@