From: John Darrington Date: Sun, 20 Dec 2020 08:43:21 +0000 (+0100) Subject: Fix make distcheck X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e7c43331444a2618cf5288fbf7035d3e0e8c4f5;p=pspp Fix make distcheck The generated figure files have to depend on utilities/pspp-output --- diff --git a/doc/automake.mk b/doc/automake.mk index 75e2e7ff02..5efe61228b 100644 --- a/doc/automake.mk +++ b/doc/automake.mk @@ -224,6 +224,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: