From 9af8abc080e704d7f91a72dc3ac89bb42405bcf8 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 23 Apr 2025 15:47:31 +0200 Subject: Fix forgotten `run_pdflatex` call (1.5) --- fluid/documentation/make_pdf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/documentation') diff --git a/fluid/documentation/make_pdf.in b/fluid/documentation/make_pdf.in index 05322111d..ef275ea5e 100755 --- a/fluid/documentation/make_pdf.in +++ b/fluid/documentation/make_pdf.in @@ -40,7 +40,7 @@ run_pdflatex() { && [ $latex_count -gt 0 ] do echo "Rerunning pdflatex ..." - pdflatex --interaction=nonstopmode refman.tex + run_pdflatex latex_count=`expr $latex_count - 1` done cd ..) > pdfall.log 2>&1 -- cgit v1.2.3