From 958cf5263ce685be8ca078f173aa9172fe35ea27 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 15 Jan 2020 11:15:53 +0200 Subject: Change: build with subplot instead of pandoc --- Makefile | 4 ++-- 1 file 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) -- cgit v1.2.1