diff options
Diffstat (limited to 'operational-plans/Makefile')
-rw-r--r-- | operational-plans/Makefile | 3 |
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 |