summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/makefile
blob: 452e51476381e90e2171c27f5fd6658d6f087875 (plain)
1
2
3
4
5
6
7
8
9
10
all: *tex *bib
	xelatex --shell-escape biblatex-realauthor.tex
	xelatex --shell-escape biblatex-realauthor.tex
	xelatex --shell-escape example.tex
	biber example
	xelatex --shell-escape example.tex

clean:realauthor
	$(MAKE) -C documentation clean
	@$(RM) *.pdf *.toc *.aux *.out *.fdb_latexmk *.log *.bbl *.bcf *.blg *run.xml *.synctex.gz*