summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-opcit-booktitle/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-opcit-booktitle/makefile')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-opcit-booktitle/makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-opcit-booktitle/makefile b/Master/texmf-dist/doc/latex/biblatex-opcit-booktitle/makefile
new file mode 100644
index 00000000000..0ed77a116ce
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-opcit-booktitle/makefile
@@ -0,0 +1,16 @@
+dist: all
+ rm -rf biblatex-opcit-booktitle
+ mkdir biblatex-opcit-booktitle
+ ln README makefile *sty biblatex-opcit-booktitle
+ mkdir biblatex-opcit-booktitle/documentation
+ ln documentation/*tex documentation/*bib documentation/*pdf documentation/latexmkrc documentation/makefile biblatex-opcit-booktitle/documentation
+ $(RM) ../biblatex-opcit-booktitle.zip
+ zip -r ../biblatex-opcit-booktitle.zip biblatex-opcit-booktitle
+
+
+clean:
+ $(MAKE) -C documentation clean
+ @$(RM) *.pdf *.toc *.aux *.out *.fdb_latexmk *.log *.bbl *.bcf *.blg *run.xml *.synctex.gz*
+
+all: documentation/biblatex-opcit-booktitle-example.tex documentation/biblatex-opcit-booktitle.tex documentation/biblatex-opcit-booktitle-example.bib documentation/latexmkrc
+ $(MAKE) -C documentation all