X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/eb1aab372e720aaf68aef33d49f8b80950ff566c..8c1ba2f235553b96215e157a4b686d0dd626d100:/static/Makefile diff --git a/static/Makefile b/static/Makefile new file mode 100644 index 0000000..07c43a6 --- /dev/null +++ b/static/Makefile @@ -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