summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-09-15 18:23:26 +0000
committerLars Wirzenius <liw@liw.fi>2022-09-15 18:23:26 +0000
commit65c879d099e810deb1da51e14f6ab5736dd3f5c7 (patch)
treef9a083017b8895b1b9d508638aee90e97b7f6819 /Makefile
parentc14d50ef25f392e1005413dd8f1112a43648b748 (diff)
parentfd65f9f9d444e55748b447411ecd84ba6f3699d7 (diff)
downloadideas-main.tar.gz
Merge branch 'fix-subplot' into 'main'HEADmain
fix for new Subplot, drop obsolete sshca See merge request larswirzenius/ideas!16
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