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, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-nejm/Makefile b/Master/texmf-dist/doc/latex/biblatex-nejm/Makefile
new file mode 100644
index 00000000000..3aef6519b53
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-nejm/Makefile
@@ -0,0 +1,15 @@
+# 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