diff options
author | Gustav Eek <gustav@fripost.org> | 2012-06-26 21:02:33 +0200 |
---|---|---|
committer | Gustav Eek <gustav@fripost.org> | 2012-06-26 21:02:33 +0200 |
commit | e14aaceb959d95864842390e08d252f16821ca53 (patch) | |
tree | 0b1d3c7c7289dc6dfc143e353f6fdd6817100d7c /2011 | |
parent | 165b29ea5945dc2918a9b3884d076837495bf995 (diff) |
Typo correction on December 13 2011 notes
Diffstat (limited to '2011')
-rw-r--r-- | 2011/2011-12-13-board-notes.tex | 2 | ||||
-rw-r--r-- | 2011/Makefile | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/2011/2011-12-13-board-notes.tex b/2011/2011-12-13-board-notes.tex index 709e3a5..3d00024 100644 --- a/2011/2011-12-13-board-notes.tex +++ b/2011/2011-12-13-board-notes.tex @@ -1,7 +1,7 @@ % -*- mode: latex; -*- \input{../preamble/preamble} \newcommand \meetingtype {styrelsemöte} -\newcommand \meetingdate {13 december 2012} +\newcommand \meetingdate {13 december 2011} \newcommand \meetingplace {Risåsgatan, Göteborg} %\newcommand \meetingplace {Gnutiken, Göteborg} \rhead{\footnotesize \meetingdate} diff --git a/2011/Makefile b/2011/Makefile index ad13ef2..8fc30ac 100644 --- a/2011/Makefile +++ b/2011/Makefile @@ -93,6 +93,7 @@ $(minutes1).pdf: $(minutes1).tex ../preamble/preamble.tex do echo "Rerunning latex...." ; pdflatex $(minutes1).tex; latex_count=`expr $$latex_count - 1`; done + 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 @@ -127,5 +128,9 @@ $(minutes1).pdf: $(minutes1).tex ../preamble/preamble.tex 2011-01-10-board.aux: 2011-01-10-board.tex ../preamble/preamble.tex pdflatex 2011-01-10-board.tex + # Sends to fripost.org for publication +send: + rsync -ruvp --chmod=Dugo+rx,Fugo+r *.pdf fripost@fripost.org:fripost.org/minutes/ + clean: rm *.aux *.bbl *.dvi *.log *.nav *.out *.snm *.toc *~ |