bboc/Makefile

12 lines
324 B
Makefile
Raw Normal View History

bboc-good.pdf: *.tex refs.bib tombs_text.png
2022-09-30 13:35:31 +00:00
rm -f bboc.aux bboc.log bboc.out bboc.toc bboc.bbl bboc.blg
pdflatex bboc.tex
2022-09-30 13:35:31 +00:00
bibtex bboc
pdflatex bboc.tex
pdflatex bboc.tex
2022-09-18 20:09:57 +00:00
cp bboc.pdf bboc-good.pdf
2022-09-30 13:35:31 +00:00
rm -f bboc.aux bboc.log bboc.out bboc.toc bboc.bbl bboc.blg
2022-09-18 20:09:57 +00:00
tombs_text.png: tombs_text.svg
convert -density 100 $^ $@