From 742603eced992337976d0becaf0c0c64fec26008 Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Wed, 25 May 2011 15:19:47 +0200 Subject: Notes from marketing meeting April 27 added --- 2011/Makefile | 41 ++++++++++++++++++++++++----------------- 1 file changed, 24 insertions(+), 17 deletions(-) (limited to '2011/Makefile') diff --git a/2011/Makefile b/2011/Makefile index ec9ffd4..38b35e8 100644 --- a/2011/Makefile +++ b/2011/Makefile @@ -1,33 +1,40 @@ -# Makefile for minuets with usual treatments, that is noting extra then just compilation. +# Makefile for minutes with usual treatments, that is noting extra then just compilation. # # Gustav Eek 2011 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' -minuets3 = 2011-05-18-board -minuets2 = 2011-04-27-board -minuets1 = 2011-04-13-member +minutes4 = 2011-04-27-marketing +minutes3 = 2011-05-18-board +minutes2 = 2011-04-27-board +minutes1 = 2011-04-13-member -all: minutes2.pdf minuets1.pdf 2011-04-05-board.pdf 2011-03-10-board.pdf 2011-02-20-board.pdf 2011-02-13-board-notes.pdf 2011-01-20-board.pdf 2011-01-10-board.pdf +all: $(minutes4).pdf $(minutes3).pdf $(minutes2).pdf $(minutes1).pdf 2011-04-05-board.pdf 2011-03-10-board.pdf 2011-02-20-board.pdf 2011-02-13-board-notes.pdf 2011-01-20-board.pdf 2011-01-10-board.pdf -$(minuets3).pdf: $(minuets3).tex ../preamble/preamble.tex - pdflatex $(minuets3).tex +$(minutes4).pdf: $(minutes4).tex ../preamble/preamble.tex + pdflatex $(minutes4).tex latex_count=5 ; \ - while egrep -s 'Rerun (LaTeX|to get cross-references right)' $(minuets3).log && [ $$latex_count -gt 0 ] ;\ - do echo "Rerunning latex...." ; pdflatex $(minuets3).tex; latex_count=`expr $$latex_count - 1`; done + while egrep -s 'Rerun (LaTeX|to get cross-references right)' $(minutes4).log && [ $$latex_count -gt 0 ] ;\ + do echo "Rerunning latex...." ; pdflatex $(minutes4).tex; latex_count=`expr $$latex_count - 1`; done -$(minuets2).pdf: $(minuets2).tex ../preamble/preamble.tex - pdflatex $(minuets2).tex +$(minutes3).pdf: $(minutes3).tex ../preamble/preamble.tex + pdflatex $(minutes3).tex latex_count=5 ; \ - while egrep -s 'Rerun (LaTeX|to get cross-references right)' $(minuets2).log && [ $$latex_count -gt 0 ] ;\ - do echo "Rerunning latex...." ; pdflatex $(minuets2).tex; latex_count=`expr $$latex_count - 1`; done + while egrep -s 'Rerun (LaTeX|to get cross-references right)' $(minutes3).log && [ $$latex_count -gt 0 ] ;\ + do echo "Rerunning latex...." ; pdflatex $(minutes3).tex; latex_count=`expr $$latex_count - 1`; done -$(minuets1).pdf: $(minuets1).tex ../preamble/preamble.tex - pdflatex $(minuets1).tex +$(minutes2).pdf: $(minutes2).tex ../preamble/preamble.tex + pdflatex $(minutes2).tex latex_count=5 ; \ - while egrep -s 'Rerun (LaTeX|to get cross-references right)' $(minuets1).log && [ $$latex_count -gt 0 ] ;\ - do echo "Rerunning latex...." ; pdflatex $(minuets1).tex; latex_count=`expr $$latex_count - 1`; done + while egrep -s 'Rerun (LaTeX|to get cross-references right)' $(minutes2).log && [ $$latex_count -gt 0 ] ;\ + do echo "Rerunning latex...." ; pdflatex $(minutes2).tex; latex_count=`expr $$latex_count - 1`; done + +$(minutes1).pdf: $(minutes1).tex ../preamble/preamble.tex + pdflatex $(minutes1).tex + latex_count=5 ; \ + while egrep -s 'Rerun (LaTeX|to get cross-references right)' $(minutes1).log && [ $$latex_count -gt 0 ] ;\ + 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 -- cgit v1.2.3