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