X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/206884ba366bc325051c0862756f2ad18ad94729..c867ac90ce4d41f3934f99db27f6bf9164c14f10:/static/GNUmakefile diff --git a/static/GNUmakefile b/static/GNUmakefile new file mode 100644 index 0000000..70ec972 --- /dev/null +++ b/static/GNUmakefile @@ -0,0 +1,12 @@ +publications-partial.html: bandali.bib bandali-bib-*.txt + bibtex2html --citefile bandali-bib-citefile.txt --html-entities \ + --named-field slides slides --named-field poster poster \ + --nodoc --no-header --no-footer --no-doi \ + --reverse-sort --revkeys --sort-by-date --unicode \ + --output publications \ + bandali.bib + mv publications.html publications-partial.html + mv publications_bib.html bandali-bib-partial.html + sed -i -f publications-sed.txt publications-partial.html + sed -i -f bandali-bib-sed.txt bandali-bib-partial.html +bandali-bib-partial.html: publications-partial.html