summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 0dd46af..ce718ce 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
all: yuck.pdf yuck.html
-yuck.pdf: yuck.md yuck.yaml
- subplot docgen yuck.md -o yuck.pdf
+yuck.pdf: yuck.subplot yuck.md yuck.yaml
+ subplot docgen yuck.subplot -o yuck.pdf
-yuck.html: yuck.md yuck.yaml
- subplot docgen yuck.md -o yuck.html
+yuck.html: yuck.subplot yuck.md yuck.yaml
+ subplot docgen yuck.subplot -o yuck.html