|
@@ -271,13 +271,13 @@ $(DOX_PDF): $(DOX_TAG) refman.tex
|
|
|
$(SED) -i -e 's/__configure__/\\_Configure Options!/' -e 's/\\-\\_\\-\\-\\_\\-configure\\-\\_\\-\\-\\_\\-//' CompilationConfiguration.tex ;\
|
|
|
$(SED) -i s'/\\item Module\\.Documentation/\\item \\hyperlink{ModuleDocumentation}{Module Documentation}/' index.tex ;\
|
|
|
$(SED) -i s'/\\item File\\.Documentation/\\item \\hyperlink{FileDocumentation}{File Documentation}/' index.tex ;\
|
|
|
- max_print_line=1000000 $(PDFLATEX) refman.tex ;\
|
|
|
+ max_print_line=1000000 $(PDFLATEX) -interaction batchmode refman.tex ;\
|
|
|
$(MAKEINDEX) refman.idx ;\
|
|
|
- max_print_line=1000000 $(PDFLATEX) refman.tex ;\
|
|
|
+ max_print_line=1000000 $(PDFLATEX) -interaction batchmode refman.tex ;\
|
|
|
done=0; repeat=5 ;\
|
|
|
while test $$done = 0 -a $$repeat -gt 0; do \
|
|
|
if $(EGREP) 'Rerun (LaTeX|to get cross-references right)' refman.log > /dev/null 2>&1; then \
|
|
|
- max_print_line=1000000 $(PDFLATEX) refman.tex; \
|
|
|
+ max_print_line=1000000 $(PDFLATEX) -interaction batchmode refman.tex; \
|
|
|
repeat=`expr $$repeat - 1`; \
|
|
|
else \
|
|
|
done=1; \
|