X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fautomake.mk;h=def0dbf395218a9aa634c7af75b648b39d130f8f;hb=4daafd79f8b250b1651c1b66a3171a654abf252d;hp=4cc2b230ede16a93e1fcee62d407580ddf79ba76;hpb=df85c4e95a81e8ca70b60c551f15714cc8302096;p=pspp diff --git a/doc/automake.mk b/doc/automake.mk index 4cc2b230ed..def0dbf395 100644 --- a/doc/automake.mk +++ b/doc/automake.mk @@ -117,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 \ @@ -189,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) @@ -295,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 \