From 6f6b3be36c51a0e7436538d8b99a7e3350a6c3a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 25 Jul 2022 21:40:19 +0200 Subject: Fix typo in generated Makefile for LaTex --- src/latexgen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/latexgen.cpp b/src/latexgen.cpp index d3ad3bd31..c5f436ce7 100644 --- a/src/latexgen.cpp +++ b/src/latexgen.cpp @@ -337,7 +337,7 @@ static void writeLatexMakefile() } t << "\techo \"Rerunning latex....\"\n" << "\t$(LATEX_CMD) $(MANUAL_FILE).tex\n" - << "\tlatex_count=%(LATEX_COUNT) ; \\\n" + << "\tlatex_count=$(LATEX_COUNT) ; \\\n" << "\twhile egrep -s 'Rerun (LaTeX|to get cross-references right|to get bibliographical references right)' $(MANUAL_FILE).log && [ $$latex_count -gt 0 ] ;\\\n" << "\t do \\\n" << "\t echo \"Rerunning latex....\" ;\\\n" -- 2.30.2