diff options
author | Gustav Eek <gustav.eek@proceranetworks.com> | 2013-03-13 07:20:22 +0100 |
---|---|---|
committer | Gustav Eek <gustav.eek@proceranetworks.com> | 2013-03-25 06:12:02 +0100 |
commit | b6744d06e39519e727f573e138a51de29e4437b7 (patch) | |
tree | dd29e522ce2a8738ea69d4e2d5101f3ec7b38d0d /2013/Makefile | |
parent | 506f90c6919856051f86e3bffcd494e1d7cd2b39 (diff) |
Notes added for March 12 meeting.
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 ;\ |