From patchwork Thu Jul 5 03:09:09 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sandra Loosemore X-Patchwork-Id: 169065 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 0C6B12C0082 for ; Thu, 5 Jul 2012 13:09:09 +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=1342062550; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:Sender:Delivered-To; bh=jzoYJCD Y8sy0WJmO9jle2yul6eo=; b=ePVNX+UG5WGreP+TWiQE0Zn1M4HBxMwpLtq2Vvz bV+sM5dfnvoZlynnGO7P3ErsPTa0vk8l0gTTABFaWCkB6NcoJWZfuajfYfCbtxDK OEIzo67gexDOcB2iPvJy2rH0vvbWG7x50iuFtW4V5jqNjtaazKFAgCJIjDsXrRU4 2HVk= 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:Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=YN/+yVONNAt7TBIsDw20L2TW/B/3OFCzbV4e10wA++Tc6fj3A8Gq6xXHK32nN7 F4ew3/XfStf8P892oyZsPm5wqEI8jVnMjiqO9JGhtd1Ot7nBGQUMWIcC+P8+3Jxc sh9onKIgCLVq4iuj83l4Jhi0siCwr5BPhj6tVrX8hKg+g=; Received: (qmail 14039 invoked by alias); 5 Jul 2012 03:09:05 -0000 Received: (qmail 14027 invoked by uid 22791); 5 Jul 2012 03:09:03 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=AWL, BAYES_00, KHOP_RCVD_UNTRUST, RCVD_IN_HOSTKARMA_W, RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 05 Jul 2012 03:08:50 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1SmcQy-0000Q0-UL from Sandra_Loosemore@mentor.com for gcc-patches@gcc.gnu.org; Wed, 04 Jul 2012 20:08:48 -0700 Received: from SVR-ORW-FEM-05.mgc.mentorg.com ([147.34.97.43]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Wed, 4 Jul 2012 20:08:48 -0700 Received: from [IPv6:::1] (147.34.91.1) by svr-orw-fem-05.mgc.mentorg.com (147.34.97.43) with Microsoft SMTP Server id 14.1.289.1; Wed, 4 Jul 2012 20:08:47 -0700 Message-ID: <4FF50555.3060805@codesourcery.com> Date: Wed, 4 Jul 2012 21:09:09 -0600 From: Sandra Loosemore User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Lightning/1.0b2 Thunderbird/3.1.7 MIME-Version: 1.0 To: Subject: [committed] avoid filename collision in libgomp html manual 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 Using "Index" as a node name in Texinfo results in a file named "Index.html" when you generate HTML output. On systems with case-insensitive filenames, like Windows, this conflicts with the top-level "index.html" that contains the table of contents. In particular, see: http://gcc.gnu.org/onlinedocs/libgomp/index.html http://gcc.gnu.org/onlinedocs/libgomp/Index.html The attached patch renames the "Index" node in the libgomp manual to "Library Index". We've had this in our local tree for years and I think it's sufficiently obvious that I've gone ahead and checked it in on mainline as well. -Sandra 2012-07-04 Sandra Loosemore libgomp/ * libgomp.texi (Library Index): Renamed from "Index" to prevent conflict with index.html on case-insensitive file systems. Index: libgomp/libgomp.texi =================================================================== --- libgomp/libgomp.texi (revision 189277) +++ libgomp/libgomp.texi (working copy) @@ -94,7 +94,7 @@ for multi-platform shared-memory paralle How you can copy and share this manual. * Funding:: How to help assure continued work for free software. -* Index:: Index of this documentation. +* Library Index:: Index of this documentation. @end menu @@ -1759,8 +1759,8 @@ Bugs in the GNU OpenMP implementation sh @c Index @c --------------------------------------------------------------------- -@node Index -@unnumbered Index +@node Library Index +@unnumbered Library Index @printindex cp