Here's a deceptively small patchlet that allows make doc-pdf-doxygen
build the api PDF file when the prerequisites are met. (And the
texmf.cnf file is edited to increase the underlying TeX
subsystem's memory.) I'm currently using doxygen 1.8.1.1 and a variety
of latex subsystems, depending on the machine I use to generate docs.
Up to this point, fedora 17 would fail to complete generation of the
pdf file.

This fixes it, allowing the generation on both f16 and f17. Hopefully
others.

tested x86/linux, f16
tested x86/linux, f17

-benjamin
2012-06-25  Benjamin Kosnik  <b...@redhat.com>

	* doc/doxygen/user.cfg.in: Change COMPACT_LATEX to NO.

diff --git a/libstdc++-v3/doc/doxygen/user.cfg.in b/libstdc++-v3/doc/doxygen/user.cfg.in
index 3defd8d..b9fc4bf 100644
--- a/libstdc++-v3/doc/doxygen/user.cfg.in
+++ b/libstdc++-v3/doc/doxygen/user.cfg.in
@@ -1422,7 +1422,7 @@ MAKEINDEX_CMD_NAME     = makeindex
 # LaTeX documents. This may be useful for small projects and may help to
 # save some trees in general.
 
-COMPACT_LATEX          = YES
+COMPACT_LATEX          = NO
 
 # The PAPER_TYPE tag can be used to set the paper type that is used
 # by the printer. Possible values are: a4, letter, legal and

Reply via email to