diff options
| author | Gustav Eek <gustav.eek@fripost.org> | 2011-04-12 11:17:05 +0200 | 
|---|---|---|
| committer | Gustav Eek <gustav.eek@fripost.org> | 2011-04-12 11:17:05 +0200 | 
| commit | 007d7a95a4c933490a6dfc9583df27e6eace9f9e (patch) | |
| tree | 274549656c4dfbb034855f48d3acb0173c29fb5a /2011/Makefile | |
| parent | 48116a16fcff832406266d1594dac5e42cba5550 (diff) | |
New minuets written: April 5th.
Diffstat (limited to '2011/Makefile')
| -rw-r--r-- | 2011/Makefile | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/2011/Makefile b/2011/Makefile index 3952959..4747849 100644 --- a/2011/Makefile +++ b/2011/Makefile @@ -5,8 +5,11 @@  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 +all: 2011-04-05-board.pdf 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-04-05-board.pdf: 2011-04-05-board.tex ../preamble/preamble.tex +	pdflatex 2011-04-05-board.tex +	pdflatex 2011-04-05-board.tex  2011-03-10-board.pdf: 2011-03-10-board.aux  	pdflatex 2011-03-10-board.tex  | 
