blob: 573b1d1c6af7775170e4b3ce7e037b472dc1449a (
plain)
1
2
3
4
5
6
7
|
all: *tex *bib
python3 generate-crossref-graphs.py
latexmk biblatex-bookinother.tex
clean:bookinother
$(MAKE) -C documentation clean
@$(RM) *.pdf *.toc *.aux *.out *.fdb_latexmk *.log *.bbl *.bcf *.blg *run.xml *.synctex.gz*
|