summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-04-20 06:19:58 +0000
committerLars Wirzenius <liw@liw.fi>2021-04-20 06:19:58 +0000
commit0709f8146606cae947e6c80b9a19c6cbb961e016 (patch)
treef2bc2a07176b123680160daf86c7a04de1e8fa9a
parent76531d452ea15f34cde562f71492403f1620fb29 (diff)
parent326201ca0a8e6dc11bf2747d5475399d75c10f81 (diff)
downloadideas-0709f8146606cae947e6c80b9a19c6cbb961e016.tar.gz
Merge branch 'subplot' into 'main'
chore: use new name for Subplot commands See merge request larswirzenius/ideas!8
-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)