summaryrefslogtreecommitdiffstats
path: root/src/latexgen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2006-03-27 18:37:02 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2006-03-27 18:37:02 (GMT)
commit6f84cba4db755b69633ad66f6efbbaf94ca8df81 (patch)
tree70ca7fc96667c6c2dc67627660da9686dbb8d52f /src/latexgen.cpp
parentc8b3a0f8232656c1a11c185d595f19eb65c56c82 (diff)
downloadDoxygen-6f84cba4db755b69633ad66f6efbbaf94ca8df81.zip
Doxygen-6f84cba4db755b69633ad66f6efbbaf94ca8df81.tar.gz
Doxygen-6f84cba4db755b69633ad66f6efbbaf94ca8df81.tar.bz2
Release-1.4.6-20060327
Diffstat (limited to 'src/latexgen.cpp')
-rw-r--r--src/latexgen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/latexgen.cpp b/src/latexgen.cpp
index 601c7f4..961cadb 100644
--- a/src/latexgen.cpp
+++ b/src/latexgen.cpp
@@ -186,7 +186,7 @@ void LatexGenerator::init()
t << "refman.pdf: refman.tex" << endl;
t << "\tpdflatex refman.tex" << endl;
t << "\tmakeindex refman.idx" << endl;
- t << "\tpdflatex refman.tex" << endl << endl
+ t << "\tpdflatex refman.tex" << endl
<< "\tlatex_count=5 ; \\" << endl
<< "\twhile egrep -s 'Rerun (LaTeX|to get cross-references right)' refman.log && [ $$latex_count -gt 0 ] ;\\" << endl
<< "\t do \\" << endl