Archived
1
Fork 0
This repository has been archived on 2025-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
compress/wavelet_report/Makefile
2016-04-26 07:11:04 +01:00

13 lines
438 B
Makefile

.PHONY: report
# We don want to pollute the root dir, so we use a build dir
# http://tex.stackexchange.com/questions/12686/how-do-i-run-bibtex-after-using-the-output-directory-flag-with-pdflatex-when-f
report:
mkdir -p build
cp references.bib build/
pdflatex -output-directory=build report.tex
cd build; bibtex report
pdflatex -output-directory=build report.tex
pdflatex -output-directory=build report.tex
cp build/report.pdf ./