diff options
author | Gustav Eek <gustav@fripost.org> | 2016-05-22 18:51:53 +0200 |
---|---|---|
committer | Gustav Eek <gustav@fripost.org> | 2016-05-22 20:32:32 +0200 |
commit | 1251771fe918f77ea5b4c27bb2947639ee7c6aed (patch) | |
tree | 48e0e1c42207679091b1b8c06e47d27f50e2b81b /Makefile | |
parent | c87eb94c862832dfe2759cbce80dedcead9627e8 (diff) |
Yearly meeting minutes, April 17, 2016, added
The actual minutes for the meeting are written and added. The annual
report was updated in connection to that.
Makefiles are also modified: the overall one is updated and the 2016
minutes one is created. Finally also the participants file is updated.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -7,15 +7,21 @@ no-args: echo "This is not recomended. Read README. If you realy want to do ALL write:\n\n $make all\n" -all: agenda 2012 2011 2010 +all: agenda 2016 2015 2014 2013 2012 2011 2010 agenda: cd; agenda; make all; cd ..; +2016: + make -C $@ all +2015: + make -C $@ all +2014: + make -C $@ all +2013: + make -C $@ all 2012: cd 2012; make all; cd ..; - 2011: cd 2011; make all; cd ..; - 2010: cd 2010; make all; cd ..; |