new bbbib and rrref

This commit is contained in:
gauthiier
2014-08-20 14:53:58 +02:00
parent f94fd8e49c
commit f8cbdc9aa5
3 changed files with 103 additions and 1 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ HTML := $(patsubst %.mmd,$(OUT)%.html,$(wildcard *.mmd))
$(OUT)%.html : %.mmd
pandoc $< -s --filter pandoc-citeproc --csl $(CSL) --bibliography $(BIB) -o $@
all : dir $(HTML)
all : dir $(HTML) index
index :
parse.py < $(wildcard *.mmd)