add standalone publications page
[~bandali/bndl.org] / static / Makefile
diff --git a/static/Makefile b/static/Makefile
new file mode 100644 (file)
index 0000000..07c43a6
--- /dev/null
@@ -0,0 +1,9 @@
+publications.html: bandali.bib bandali-bib-*.txt
+       bibtex2html --citefile bandali-bib-citefile.txt \
+       --nodoc --no-header --no-footer --no-doi \
+       --reverse-sort --revkeys --sort-by-date --unicode \
+       --output publications \
+       bandali.bib
+       mv publications_bib.html bandali-bib.html
+       sed -i -f publications-sed.txt publications.html
+       sed -i -f bandali-bib-sed.txt bandali-bib.html