Commit | Line | Data |
---|---|---|
8c1ba2f2 AB |
1 | publications.html: bandali.bib bandali-bib-*.txt |
2 | bibtex2html --citefile bandali-bib-citefile.txt \ | |
3 | --nodoc --no-header --no-footer --no-doi \ | |
4 | --reverse-sort --revkeys --sort-by-date --unicode \ | |
5 | --output publications \ | |
6 | bandali.bib | |
7 | mv publications_bib.html bandali-bib.html | |
8 | sed -i -f publications-sed.txt publications.html | |
9 | sed -i -f bandali-bib-sed.txt bandali-bib.html |