Minutes for April 27 meeting written.
[fripost-meetings.git] / 2010 / Makefile
blob7331ace217c3bc0f11ad835f443b7548660e5411
1 # Makefile for Fripost board minutets for meetings 2010
3 # by Gustav Eek 2011
5 noarg:
6 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'
8 all: 2010-12-09-board-notes.pdf 2010-11-17-board.pdf 2010-11-17-board-with-app.pdf
10 2010-12-09-board-notes.pdf: 2010-12-09-board-notes.tex ../preamble/preamble.tex
11 pdflatex 2010-12-09-board-notes.tex; pdflatex 2010-12-09-board-notes.tex
13 2010-11-17-board.pdf: 2010-11-17-temp.pdf
14 gs -sOutputFile=2010-11-17-board.pdf -sPAPERSIZE=a4 -sDEVICE=pdfwrite -dNOPAUSE -dBATCH -dFirstPage=1 -dLastPage=1 2010-11-17-temp.pdf
15 2010-11-17-board-with-app.pdf: 2010-11-17-temp.pdf
16 cp 2010-11-17-temp.pdf 2010-11-17-board-with-app.pdf
17 2010-11-17-temp.pdf: 2010-11-17-board.tex ../preamble/preamble.tex
18 pdflatex 2010-11-17-board.tex; pdflatex 2010-11-17-board.tex; mv 2010-11-17-board.pdf 2010-11-17-temp.pdf
20 clean:
21 rm *.aux *.bbl *.dvi *.log *.nav *.out *.snm *.toc *~ *.pdf