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