diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-manuscript-philology/makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-manuscript-philology/makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-manuscript-philology/makefile b/Master/texmf-dist/doc/latex/biblatex-manuscript-philology/makefile new file mode 100644 index 00000000000..9757d01b8ae --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-manuscript-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 |