blob: 9f34e5f28c7816fb0e9d2446ab92bd4608b43161 (
plain)
1
2
3
4
5
6
7
8
|
all: *tex *bib
xelatex --shell-escape biblatex-bookinarticle.tex
biber biblatex-bookinarticle
xelatex --shell-escape biblatex-bookinarticle.tex
clean:bookinarticle
$(MAKE) -C documentation clean
@$(RM) *.pdf *.toc *.aux *.out *.fdb_latexmk *.log *.bbl *.bcf *.blg *run.xml *.synctex.gz*
|