aboutsummaryrefslogtreecommitdiffstats
path: root/2011/Makefile
diff options
context:
space:
mode:
authorGustav Eek <gustav.eek@fripost.org>2011-05-25 15:19:47 +0200
committerGustav Eek <gustav.eek@fripost.org>2011-05-25 15:19:47 +0200
commit742603eced992337976d0becaf0c0c64fec26008 (patch)
tree103d7ab6dd3b7d034ad93ce61424a0b270adcf77 /2011/Makefile
parent67e3f7e16370d66813ba64d5e60ca26b09051db3 (diff)
Notes from marketing meeting April 27 added
Diffstat (limited to '2011/Makefile')
-rw-r--r--2011/Makefile41
1 files changed, 24 insertions, 17 deletions
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