From a9e04c5c0a3ac761d4e3a65c336475010cdc8133 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 22 Jan 2014 23:10:03 +0000 Subject: biblatex-manuscripts-philology git-svn-id: svn://tug.org/texlive/trunk@32761 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/biblatex-manuscripts-philology/makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/makefile (limited to 'Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/makefile') 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 -- cgit v1.2.3