aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e49acdf..eacef92 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,9 @@
all: layouts/partials/papers.html layouts/partials/papers_other.html
-layouts/partials/%.html: %.bib
+layouts/partials:
+ mkdir -p $@
+
+layouts/partials/%.html: %.bib | layouts/partials
bibtex2html -o $(subst .html,,$@) -use-keys -dl -linebreak \
-noabstract -nokeywords -nobibsource -nofooter -nodoc \
--named-field url_video video --named-field url_tex tex \