X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/8c1ba2f235553b96215e157a4b686d0dd626d100..ea39cfbe2bcedcc63c7d14bb0643064c5399e7a1:/static/Makefile diff --git a/static/Makefile b/static/Makefile index 07c43a6..70ec972 100644 --- a/static/Makefile +++ b/static/Makefile @@ -1,9 +1,12 @@ -publications.html: bandali.bib bandali-bib-*.txt - bibtex2html --citefile bandali-bib-citefile.txt \ +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_bib.html bandali-bib.html - sed -i -f publications-sed.txt publications.html - sed -i -f bandali-bib-sed.txt bandali-bib.html + 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