summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-contrib/biblatex-opcit-booktitle/makefile
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/biblatex-contrib/biblatex-opcit-booktitle/makefile
Initial commit
Diffstat (limited to 'macros/latex/contrib/biblatex-contrib/biblatex-opcit-booktitle/makefile')
-rw-r--r--macros/latex/contrib/biblatex-contrib/biblatex-opcit-booktitle/makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/macros/latex/contrib/biblatex-contrib/biblatex-opcit-booktitle/makefile b/macros/latex/contrib/biblatex-contrib/biblatex-opcit-booktitle/makefile
new file mode 100644
index 0000000000..0ed77a116c
--- /dev/null
+++ b/macros/latex/contrib/biblatex-contrib/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