summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e332166..5ca16f3 100644
--- a/Makefile
+++ b/Makefile
@@ -5,10 +5,10 @@ pdfs = $(sources:.md=.pdf)
.SUFFIXES: .md .html .pdf
.md.html:
- pandoc --standalone --toc -o $@ $<
+ sp-docgen --output $@ $<
.md.pdf:
- pandoc --standalone --toc -o $@ $<
+ sp-docgen --output $@ $<
all: $(htmls) $(pdfs)