diff options
author | Karl Berry <karl@freefriends.org> | 2015-06-14 17:53:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-06-14 17:53:25 +0000 |
commit | 02f01f7ec631cb85a67d59c9be5ab48e9d936d30 (patch) | |
tree | 1d8a3631280d569e424181c9b880b40685cd2534 /Master/texmf-dist/doc/latex/biblatex-opcit-booktitle/makefile | |
parent | 0064febc472a7423c4e27f5e6708263587c19b89 (diff) |
biblatex-opcit-booktitle (6jun15)
git-svn-id: svn://tug.org/texlive/trunk@37533 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-opcit-booktitle/makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-opcit-booktitle/makefile | 16 |
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 |