projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a711865
)
Fix make distcheck
author
John Darrington
<john@darrington.wattle.id.au>
Sun, 20 Dec 2020 08:43:21 +0000
(09:43 +0100)
committer
John Darrington
<john@darrington.wattle.id.au>
Sun, 20 Dec 2020 09:43:55 +0000
(10:43 +0100)
The generated figure files have to depend on utilities/pspp-output
doc/automake.mk
patch
|
blob
|
history
diff --git
a/doc/automake.mk
b/doc/automake.mk
index 75e2e7ff025145d09fb944423a4f2c7606b077cd..5efe61228bbbfac409501458be78afa7d21e0552 100644
(file)
--- 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: