From ce4860294d1657347e8f209199b8e6dbaba79f5c Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Mon, 11 Apr 2011 15:16:34 +0200 Subject: Initial commit. Minuets since 2010-11-04. --- 2011/Makefile | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 2011/Makefile (limited to '2011/Makefile') diff --git a/2011/Makefile b/2011/Makefile new file mode 100644 index 0000000..3952959 --- /dev/null +++ b/2011/Makefile @@ -0,0 +1,37 @@ +# Makefile for minuets with usual treatments, that is noting extra then just compilation. +# +# Gustav Eek 2011 + +noarg: + echo -e '\nThis script do not run without arguments. Run for example:\n\n make 2011-02-13-board-notes.pdf\n make all\n' + +all: 2011-03-10-board.pdf 2011-02-20-board.pdf 2011-02-13-board-notes.pdf 2011-01-20-board.pdf 2011-01-10-board.pdf + + +2011-03-10-board.pdf: 2011-03-10-board.aux + pdflatex 2011-03-10-board.tex +2011-03-10-board.aux: 2011-03-10-board.tex ../preamble/preamble.tex + pdflatex 2011-03-10-board.tex + +2011-02-20-board.pdf: 2011-02-20-board.aux + pdflatex 2011-02-20-board.tex +2011-02-20-board.aux: 2011-02-20-board.tex ../preamble/preamble.tex + pdflatex 2011-02-20-board.tex + +2011-02-13-board-notes.pdf: 2011-02-13-board-notes.aux + pdflatex 2011-02-13-board-notes.tex +2011-02-13-board-notes.aux: 2011-02-13-board-notes.tex ../preamble/preamble.tex + pdflatex 2011-02-13-board-notes.tex + +2011-01-20-board.pdf: 2011-01-20-board.aux + pdflatex 2011-01-20-board.tex +2011-01-20-board.aux: 2011-01-20-board.tex ../preamble/preamble.tex + pdflatex 2011-01-20-board.tex + +2011-01-10-board.pdf: 2011-01-10-board.aux + pdflatex 2011-01-10-board.tex +2011-01-10-board.aux: 2011-01-10-board.tex ../preamble/preamble.tex + pdflatex 2011-01-10-board.tex + +clean: + rm *.aux *.bbl *.dvi *.log *.nav *.out *.snm *.toc *~ -- cgit v1.2.3