summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-source-division/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-source-division/makefile')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-source-division/makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-source-division/makefile b/Master/texmf-dist/doc/latex/biblatex-source-division/makefile
new file mode 100644
index 00000000000..ab6c4c55702
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-source-division/makefile
@@ -0,0 +1,12 @@
+FILES = *sty *tex *pdf *md *.bib makefile latexmkrc
+%.pdf: %.tex latexmkrc %.bib
+ latexmk -shell-escape *tex
+dist: biblatex-source-division.pdf
+ @$(RM) ../biblatex-source-division.zip
+ rm -rf biblatex-source-division
+ mkdir biblatex-source-division
+ cp $(FILES) biblatex-source-division
+ zip -r ../biblatex-source-division.zip biblatex-source-division
+
+clean:
+ @$(RM) *.pdf *.toc *.aux *.out *.fdb_latexmk *.log *.bbl *.bcf *.blg *run.xml *.synctex.gz* \ No newline at end of file