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