stage final

This commit is contained in:
gauthiier
2017-01-08 23:50:11 +01:00
parent d1b820b6e9
commit 2bb2ffdb45
17 changed files with 3832 additions and 60 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# generates docs
ARCHIVE := archives/nettime-l_2016-12-31.json.gz
ARCHIVE := arch/nettime-l_2016-12-31.json.gz
CMDSCRIPT := command-script.json
all: init index.html clean-stage
@@ -9,7 +9,7 @@ init:
@command -v pandoc > /dev/null 2>&1 || (echo 'pandoc not found... please visit -- http://johnmacfarlane.net/pandoc/installing.html' && exit 1)
%.stage.md: index.md
python ../report.py -i $(CMDSCRIPT) -o index.stage.md -t index.md
python ../report.py -i $(CMDSCRIPT) -o index.stage.md -t index.md -a $(ARCHIVE)
%.html: %.stage.md
pandoc -s --template style/template.html5 -c style/style.css -o $@ $<