aboutsummaryrefslogtreecommitdiffstats
path: root/operational-plans
diff options
context:
space:
mode:
authorGustav Eek <gustav.eek@proceranetworks.com>2013-03-28 12:20:57 +0100
committerGustav Eek <gustav.eek@proceranetworks.com>2013-04-20 09:18:01 +0200
commit4b2025f39d5816f2a5539c90b126d2f362bf881e (patch)
tree0aef03dc677fa666a68bf534d41b7bdd4e066899 /operational-plans
parentebf3b7a522ddc1070d7694c6a14e6c5666180b0f (diff)
Errors in Makefiles corrected
Diffstat (limited to 'operational-plans')
-rw-r--r--operational-plans/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/operational-plans/Makefile b/operational-plans/Makefile
index 8c03650..dcaaaa0 100644
--- a/operational-plans/Makefile
+++ b/operational-plans/Makefile
@@ -13,8 +13,7 @@ operational-plan-2012.pdf
latex_count=5 ;\
latex_log=$$(echo $< | sed 's/.tex/.log/') ;\
pdflatex $< ;\
- while egrep -s 'Rerun (LaTeX|to get cross-references right)' \\\
- $$latex_log && [ $$latex_count -gt 0 ] ;\
+ while egrep -s 'Rerun (LaTeX|to get cross-references right)' $$latex_log && [ $$latex_count -gt 0 ] ;\
do echo "Rerunning latex...." ; pdflatex $< ;\
latex_count=`expr $$latex_count - 1`;\
done