tiltle, author, date + template for html5 output

This commit is contained in:
gauthiier
2014-09-22 18:06:52 +02:00
parent 40e0d8669f
commit e8ffa3c3ce
4 changed files with 62 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ $(OUT)%.pdf : %.mmd
HTML := $(patsubst %.mmd,$(OUT)%.html,$(wildcard *.mmd))
$(OUT)%.html : %.mmd
pandoc $< -s --filter pandoc-citeproc --csl $(CSL) --bibliography $(BIB) -o $@
pandoc $< -s -t html5 --template=p/nnnote-template.html5 --filter pandoc-citeproc --csl $(CSL) --bibliography $(BIB) -o $@
all : dir $(HTML) index