summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-04-20 09:19:09 +0300
committerLars Wirzenius <liw@liw.fi>2021-04-20 09:19:09 +0300
commit326201ca0a8e6dc11bf2747d5475399d75c10f81 (patch)
treef2bc2a07176b123680160daf86c7a04de1e8fa9a
parent76531d452ea15f34cde562f71492403f1620fb29 (diff)
downloadideas-326201ca0a8e6dc11bf2747d5475399d75c10f81.tar.gz
chore: use new name for Subplot commands
-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)