summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-nejm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-nejm/Makefile')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-nejm/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-nejm/Makefile b/Master/texmf-dist/doc/latex/biblatex-nejm/Makefile
deleted file mode 100644
index 3aef6519b53..00000000000
--- a/Master/texmf-dist/doc/latex/biblatex-nejm/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# Makefile for biblatex-nejm.tex
-# $Id: Makefile 16 2011-08-31 13:28:39Z marco $
-PACKAGE = biblatex-nejm
-PDFLATEX = pdflatex
-BACKEND = biber
-
-pdf: $(PACKAGE).tex
- $(PDFLATEX) $(PACKAGE).tex
- $(BACKEND) $(PACKAGE)
- $(PDFLATEX) $(PACKAGE).tex
- $(PDFLATEX) $(PACKAGE).tex
-clean:
- find -type f ! -iname "*.tex" ! -iname "*.pdf" ! -iname "*.cbx" ! -iname "*.bbx" ! -iname "README" ! -iname "Makefile" -exec rm '{}' +
-
-all: pdf clean