diff options
author | Karl Berry <karl@freefriends.org> | 2014-01-20 23:16:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-01-20 23:16:32 +0000 |
commit | b6299c522a7525e9707f6567ebd46e32f6cd47ca (patch) | |
tree | 6bcf10fe1997340ef6d4eaeab649a20b0a69f4e1 /Master/texmf-dist/doc/latex/biblatex-manuscript-philology/documentation/makefile | |
parent | 3d7d092272c59070fd4d2698e38bb0158b0ca54a (diff) |
biblatex-manuscript-philology (20jan14)
git-svn-id: svn://tug.org/texlive/trunk@32734 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-manuscript-philology/documentation/makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-manuscript-philology/documentation/makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-manuscript-philology/documentation/makefile b/Master/texmf-dist/doc/latex/biblatex-manuscript-philology/documentation/makefile new file mode 100644 index 00000000000..c124f4dc726 --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-manuscript-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* |