summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-shortfields/makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-04-10 21:55:58 +0000
committerKarl Berry <karl@freefriends.org>2017-04-10 21:55:58 +0000
commit3813f353852891036ded396c3d78a8803c0b9385 (patch)
treeaeb29d9ed3fd5456da0ba60d8a55d45ccca0a1a4 /Master/texmf-dist/doc/latex/biblatex-shortfields/makefile
parentc8cd8edf4451d006d810c0a699f9c6f746d06b66 (diff)
biblatex-shortfields (10apr17)
git-svn-id: svn://tug.org/texlive/trunk@43738 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-shortfields/makefile')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-shortfields/makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-shortfields/makefile b/Master/texmf-dist/doc/latex/biblatex-shortfields/makefile
new file mode 100644
index 00000000000..465cdd1a994
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-shortfields/makefile
@@ -0,0 +1,17 @@
+dist: all
+ rm -rf biblatex-shortfields
+ mkdir biblatex-shortfields
+ ln README.md biblatex-shortfields/README
+ ln makefile *sty biblatex-shortfields
+ mkdir biblatex-shortfields/documentation
+ ln documentation/*tex documentation/*bib documentation/*pdf documentation/latexmkrc documentation/makefile biblatex-shortfields/documentation
+ $(RM) ../biblatex-shortfields.zip
+ zip -r ../biblatex-shortfields.zip biblatex-shortfields
+
+
+clean:
+ $(MAKE) -C documentation clean
+ @$(RM) *.pdf *.toc *.aux *.out *.fdb_latexmk *.log *.bbl *.bcf *.blg *run.xml *.synctex.gz*
+
+all: documentation/biblatex-shortfields-example.tex documentation/biblatex-shortfields.tex documentation/biblatex-shortfields.bib documentation/latexmkrc
+ $(MAKE) -C documentation all