From 326201ca0a8e6dc11bf2747d5475399d75c10f81 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 20 Apr 2021 09:19:09 +0300 Subject: chore: use new name for Subplot commands --- Makefile | 4 ++-- 1 file 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) -- cgit v1.2.1