aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-03-25 10:21:52 +0000
committerYann Herklotz <git@yannherklotz.com>2022-03-25 10:21:52 +0000
commit9deed36c5e731dc168ec6701041c0a22c7fb1754 (patch)
tree362d3d0e202486a060c6a2ca750438ed6a1c603f /Makefile
parent0971e6b22febb37a718e13e15045cb7ce8e3ce3c (diff)
downloadyannherklotz.com-9deed36c5e731dc168ec6701041c0a22c7fb1754.tar.gz
yannherklotz.com-9deed36c5e731dc168ec6701041c0a22c7fb1754.zip
Remove bib files
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 \