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, 0 insertions, 19 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-manuscript-philology/makefile b/Master/texmf-dist/doc/latex/biblatex-manuscript-philology/makefile deleted file mode 100644 index 9757d01b8ae..00000000000 --- a/Master/texmf-dist/doc/latex/biblatex-manuscript-philology/makefile +++ /dev/null @@ -1,19 +0,0 @@ -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 |