From patchwork Mon Jun 25 22:40:02 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Kosnik X-Patchwork-Id: 167244 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 4EE73B6FB9 for ; Tue, 26 Jun 2012 08:40:24 +1000 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1341268826; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Date:From:To:Subject:Message-ID:Mime-Version:Content-Type: Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:Sender:Delivered-To; bh=GVI0G5zmFyI4lEbUHc7d HwtRTQM=; b=liaqZM6WEkjytDWJKMGKa6NgWFWXyzmkhnkofv4JgBRNbvPESht/ JoQImEmr6ukjwmPCNjoTbgS1BRTS07gFl1xr5q3GzVzodwz1Jq6NFqIMZQM0L6Jq MsOWYvmPcvniwX6rzu/EMHRfTIDbxcDI5IUllSVqCYYC1qBJHiPVCBk= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Received:Date:From:To:Subject:Message-ID:Mime-Version:Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=wPnK4qWDTsUhyBCmAA2bOlrrJBhjcygkAePGc+g569aVN9R7e6WEPDs4A3Yi8b SBIiy1Twrjc9i9gnWBqZUKEfNUpGJN/IWmAz8Y2XwdbzMIvuwb/IUOKqx+QqEle8 G8eAQZr+Zj9QmY+ucYRai8267SZk15iW4VmcjRVJg/36Q=; Received: (qmail 25221 invoked by alias); 25 Jun 2012 22:40:20 -0000 Received: (qmail 25207 invoked by uid 22791); 25 Jun 2012 22:40:20 -0000 X-SWARE-Spam-Status: No, hits=-5.9 required=5.0 tests=AWL, BAYES_00, KHOP_RCVD_UNTRUST, RCVD_IN_DNSWL_HI, RCVD_IN_HOSTKARMA_W, SPF_HELO_PASS, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 25 Jun 2012 22:40:04 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q5PMe36G000936 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 25 Jun 2012 18:40:03 -0400 Received: from adair ([10.3.113.6]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q5PMe3Sj027632; Mon, 25 Jun 2012 18:40:03 -0400 Date: Mon, 25 Jun 2012 15:40:02 -0700 From: Benjamin De Kosnik To: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org Subject: [v3] doxygen vs. pdflatex, kill COMPACT_LATEX Message-ID: <20120625154002.18fef92f@adair> Mime-Version: 1.0 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org 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 * 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