summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6a8384c..c951579 100644
--- a/Makefile
+++ b/Makefile
@@ -5,10 +5,10 @@ pdfs = $(sources:.md=.pdf)
.SUFFIXES: .md .html .pdf
.md.html:
- sp-docgen --output $@ $<
+ subplot docgen --output $@ $<
.md.pdf:
- sp-docgen --output $@ $<
+ subplot docgen --output $@ $<
all: $(htmls) $(pdfs)