Revert to single HTML generator and parametrize excludeClasses

This commit is contained in:
Jérôme Petazzoni
2017-10-12 09:53:14 +02:00
parent c4d76ba367
commit 3369005e06
6 changed files with 36 additions and 13 deletions
+5 -3
View File
@@ -1,3 +1,5 @@
workshop.md: workshop.yml *.md
./markmaker.py < workshop.yml > workshop.md
# open http://localhost:8888/workshop.html
workshop.html:
%.html: %.yml *.md workshop.html
./markmaker.py < $< > $@ || rm $@
# open $@