diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/makefile b/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/makefile new file mode 100644 index 00000000000..c124f4dc726 --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/makefile @@ -0,0 +1,10 @@ +all: *tex *bib + xelatex --shell-escape biblatex-manuscripts-philology.tex + xelatex --shell-escape biblatex-manuscripts-philology.tex + xelatex --shell-escape example.tex + biber example + xelatex --shell-escape example.tex + +clean: + $(MAKE) -C documentation clean + @$(RM) *.pdf *.toc *.aux *.out *.fdb_latexmk *.log *.bbl *.bcf *.blg *run.xml *.synctex.gz* |