diff options
Diffstat (limited to '2013/Makefile')
-rw-r--r-- | 2013/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/2013/Makefile b/2013/Makefile index 3df85b0..7e2cd05 100644 --- a/2013/Makefile +++ b/2013/Makefile @@ -1,8 +1,10 @@ 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' -minutes1 = 2013-02-12-board -all: $(minutes1).pdf + +all: \ +2013-03-12-board-notes.pdf \ +2013-02-12-board.pdf %.pdf: %.tex ../preamble/preamble.tex latex_count=5 ;\ |