From 4b2025f39d5816f2a5539c90b126d2f362bf881e Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Thu, 28 Mar 2013 12:20:57 +0100 Subject: Errors in Makefiles corrected --- operational-plans/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'operational-plans') 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 -- cgit v1.2.3