X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=doc%2Fautomake.mk;h=def0dbf395218a9aa634c7af75b648b39d130f8f;hb=981baf8e4f7cc8d4d55d527317cb48b363eb1eec;hp=75e2e7ff025145d09fb944423a4f2c7606b077cd;hpb=1d447973271c2dbeedf5d5c3fad3b932038f9cec;p=pspp diff --git a/doc/automake.mk b/doc/automake.mk index 75e2e7ff02..def0dbf395 100644 --- a/doc/automake.mk +++ b/doc/automake.mk @@ -51,6 +51,7 @@ doc_pspp_TEXINFOS = doc/version.texi \ doc_pspp_dev_TEXINFOS = doc/version-dev.texi \ doc/dev/intro.texi \ doc/dev/concepts.texi \ + doc/dev/gui.texi \ doc/dev/syntax.texi \ doc/dev/data.texi \ doc/dev/i18n.texi \ @@ -116,6 +117,7 @@ FIGURE_SYNTAX = \ doc/pspp-figures/chisquare.sps \ doc/pspp-figures/compute.sps \ doc/pspp-figures/count.sps \ + doc/pspp-figures/crosstabs.sps \ doc/pspp-figures/descriptives.sps \ doc/pspp-figures/flip.sps \ doc/pspp-figures/frequencies.sps \ @@ -188,7 +190,7 @@ pspp_output = native/utilities/pspp-output native/Makefile: $(MKDIR_P) native - (cd native && $(top_srcdir)/configure --without-gui) + (cd native && $(abs_top_srcdir)/configure --host=$$build --without-gui) native/gl/libgl.la: native/Makefile (cd native && flock --verbose $(top_builddir)/native-lock $(MAKE) gl/libgl.la) @@ -210,7 +212,7 @@ $(FIGURE_SPVS): $(pspp) $(AM_V_at)mv $@.tmp $@ # In some cases, the tutorial only wants some parts of the output. -convert = $(AM_V_GEN)$(pspp_output) convert $< $@ +convert = $(AM_V_GEN)LSAN_OPTIONS="suppressions=$(abs_top_srcdir)/tests/lsan.supp:print_suppressions=0:$$LSAN_OPTIONS" $(pspp_output) convert $< $@ doc/pspp-figures/tutorial2a.spv: doc/pspp-figures/tutorial2.spv $(pspp_output) $(convert) --command='Descriptives' doc/pspp-figures/tutorial2b.spv: doc/pspp-figures/tutorial2.spv $(pspp_output) @@ -224,6 +226,12 @@ doc/pspp-figures/tutorial7a.spv: doc/pspp-figures/tutorial7.spv $(pspp_output) doc/pspp-figures/tutorial7b.spv: doc/pspp-figures/tutorial7.spv $(pspp_output) $(convert) --commands=regression --nth-command=2 --subtypes=coefficients + +$(FIGURE_PNGS): $(pspp_output) +$(FIGURE_TXTS): $(pspp_output) +$(FIGURE_HTMLS): $(pspp_output) +$(FIGURE_PDFS): $(pspp_output) + # Convert an output file into a text file or HTML file. $(FIGURE_TXTS) $(FIGURE_HTMLS): $(pspp_output) .spv.txt: @@ -288,6 +296,7 @@ $(top_srcdir)/doc/screenshots/chisquare.grab \ $(top_srcdir)/doc/screenshots/count.grab \ $(top_srcdir)/doc/screenshots/count-define.grab \ $(top_srcdir)/doc/screenshots/compute.grab \ +$(top_srcdir)/doc/screenshots/crosstabs.grab \ $(top_srcdir)/doc/screenshots/descriptives.grab \ $(top_srcdir)/doc/screenshots/one-sample-t.grab \ $(top_srcdir)/doc/screenshots/independent-samples-t.grab \