From patchwork Mon Jan 9 14:59:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tobias Burnus X-Patchwork-Id: 135034 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 4B2E9B6FAF for ; Tue, 10 Jan 2012 01:59:51 +1100 (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=1326725991; h=Comment: DomainKey-Signature:Received:Received:Received:Received: Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: Content-Type:Content-Transfer-Encoding:Mailing-List:Precedence: List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=wA2p2l5iyGl+fEZ+BfYalvoj5Kk=; b=rWO3T0qshCLUjrQ cxHcoR2ARqox7TJNaJDUwx0btunMW8ujZOUNuoK5nsPQ2hwMBnop2ycYHhSBn6xp gJlT/PmLdOXEg3W0GlxlxeflFt/vRtpEFEwB5LawUoPWrkI6mIaISMjkgMR24CbD /0CXuEWW0G8h7KmSixCecgFGplR8= 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:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=V5w4ugTfr+DEBaTwtyEKLVYqfhH5JopUujnQSxEz6dMR2aUaOTwrmNWc7wQbEK CdKzHcVKGM/FaAiaP97SPzlSQ+eMZRQGc9+1BLiez7Baf1ccTXRLJbWVYHcmrOsL sM/B2gvdu9iBSr4lXRg9v4DX2fZUjFWcQtIz1LDWGgom8=; Received: (qmail 30607 invoked by alias); 9 Jan 2012 14:59:42 -0000 Received: (qmail 30597 invoked by uid 22791); 9 Jan 2012 14:59:40 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL, BAYES_05, RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mx01.qsc.de (HELO mx01.qsc.de) (213.148.129.14) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 09 Jan 2012 14:59:21 +0000 Received: from [192.168.178.22] (port-92-204-59-150.dynamic.qsc.de [92.204.59.150]) by mx01.qsc.de (Postfix) with ESMTP id AEA2B3CE30; Mon, 9 Jan 2012 15:59:19 +0100 (CET) Message-ID: <4F0B00C6.70105@net-b.de> Date: Mon, 09 Jan 2012 15:59:18 +0100 From: Tobias Burnus User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111220 Thunderbird/9.0 MIME-Version: 1.0 To: gcc patches Subject: libiberty: Fix "make pdf" for copying-lib.texi 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 "make pdf" fails with: libiberty/copying-lib.texi:481: This command can appear only outside of any environment, not in environment @enumerate. @badenverr ...temp , not @inenvironment @thisenv } @checkenv ...@ifx @thisenv @temp @else @badenverr @fi @sectionheading #1#2#3#4->{@checkenv {} @csname #2fonts@endcsname @rmisbold @... @\heading ...tionheading {#1}{sec}{Yomitfromtoc}{} @suppressfirstparagraphin... l.481 @heading NO WARRANTY The patch below fixes the issue, but I am not sure whether the numbering should continue with "15.". (Which is the current result in "info" or when continuing with "enter".) OK? Tobias PS: Does this need special care, e.g. for sourceware? @heading NO WARRANTY @@ -483,6 +484,7 @@ and reuse of software generally. @center NO WARRANTY @end ifinfo +@enumerate 15 @item BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. --- a/libiberty/copying-lib.texi +++ b/libiberty/copying-lib.texi @@ -475,6 +475,7 @@ Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. +@end enumerate @iftex