Commit | Line | Data |
---|---|---|
842b89b2 | 1 | publications-partial.html: bandali.bib bandali-bib-*.txt |
ea39cfbe AB |
2 | bibtex2html --citefile bandali-bib-citefile.txt --html-entities \ |
3 | --named-field slides slides --named-field poster poster \ | |
8c1ba2f2 AB |
4 | --nodoc --no-header --no-footer --no-doi \ |
5 | --reverse-sort --revkeys --sort-by-date --unicode \ | |
6 | --output publications \ | |
7 | bandali.bib | |
842b89b2 AB |
8 | mv publications.html publications-partial.html |
9 | mv publications_bib.html bandali-bib-partial.html | |
10 | sed -i -f publications-sed.txt publications-partial.html | |
11 | sed -i -f bandali-bib-sed.txt bandali-bib-partial.html | |
12 | bandali-bib-partial.html: publications-partial.html |