mirror of https://gitee.com/openkylin/doxygen.git
0001-Fix-typo-in-generated-Makefile-for-LaTex.patch
From 6f6b3be36c51a0e7436538d8b99a7e3350a6c3a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz> Date: Mon, 25 Jul 2022 21:40:19 +0200 Subject: Fix typo in generated Makefile for LaTex
This commit is contained in:
parent
9ac10d1908
commit
d5ac31c51a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue