summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index c951579..19e3cca 100644
--- a/Makefile
+++ b/Makefile
@@ -1,15 +1,13 @@
-sources = $(wildcard *.md)
-htmls = $(sources:.md=.html)
-pdfs = $(sources:.md=.pdf)
+sources = $(wildcard *.subplot)
+htmls = $(sources:.subplot=.html)
+pdfs = $(sources:.subplot=.pdf)
-.SUFFIXES: .md .html .pdf
+.SUFFIXES: .subplot .html .pdf
-.md.html:
+.subplot.html:
subplot docgen --output $@ $<
-.md.pdf:
+.subplot.pdf:
subplot docgen --output $@ $<
all: $(htmls) $(pdfs)
-
-rethinking-email.pdf rethinking-email.html: rethinking-email.md email.bib