Tree generates arbitrary compounds (needs rename -.-)

This commit is contained in:
Stefan Dresselhaus
2018-05-07 00:44:12 +02:00
parent 723df072c1
commit cd16dbb39b
6 changed files with 185 additions and 35 deletions

View File

@ -1,6 +1,12 @@
.PHONY: run pdf ghci
INPUT = sketch.md.lhs
TWOPIS = $(wildcard *.twopi)
png: $(TWOPIS:.twopi=.png)
%.png : %.twopi
twopi -Tpng -Goverlap=scale -o $@ $<
pdf: $(INPUT)
pandoc -f markdown+lhs+smart+emoji -H make-code-footnotesize.tex \