summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-01-22 23:10:03 +0000
committerKarl Berry <karl@freefriends.org>2014-01-22 23:10:03 +0000
commita9e04c5c0a3ac761d4e3a65c336475010cdc8133 (patch)
tree24b3bc4df99fc8b167fba9365376f0db7d022631 /Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/makefile
parent887addec67791772af50974d5d9b89817f939102 (diff)
biblatex-manuscripts-philology
git-svn-id: svn://tug.org/texlive/trunk@32761 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/makefile')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/makefile b/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/makefile
new file mode 100644
index 00000000000..9757d01b8ae
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/makefile
@@ -0,0 +1,19 @@
+FILES = *.bbx *.dbx *.lbx documentation makefile README
+
+
+dist: all
+ rm -rf biblatex-manuscript-philology
+ mkdir biblatex-manuscript-philology
+ cp README *bbx *dbx *lbx *makefile biblatex-manuscript-philology
+ mkdir biblatex-manuscript-philology/documentation
+ cp documentation/*tex documentation/*bib documentation/*pdf documentation/makefile biblatex-manuscript-philology/documentation
+ $(RM) ../biblatex-manuscript-philology.zip
+ zip -r ../biblatex-manuscript-philology.zip biblatex-manuscript-philology
+
+
+clean:
+ $(MAKE) -C documentation clean
+ @$(RM) *.pdf *.toc *.aux *.out *.fdb_latexmk *.log *.bbl *.bcf *.blg *run.xml *.synctex.gz*
+
+all: documentation/example.tex documentation/biblatex-manuscripts-philology.tex documentation/example.bib
+ $(MAKE) -C documentation all \ No newline at end of file