From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3958 invoked by alias); 15 Jun 2012 07:29:44 -0000 Received: (qmail 3924 invoked by uid 22791); 15 Jun 2012 07:29:42 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,KHOP_DNSBL_BUMP,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_MSPIKE_BL,RCVD_IN_MSPIKE_Z,RCVD_IN_NIX_SPAM,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 15 Jun 2012 07:29:28 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0M5N00J00DYL1B00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Fri, 15 Jun 2012 10:28:51 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M5N00J77E402F00@a-mtaout20.012.net.il>; Fri, 15 Jun 2012 10:28:49 +0300 (IDT) Date: Fri, 15 Jun 2012 07:29:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH, doc]: Rename Index node to prevent file collision In-reply-to: To: Michael Hope Cc: joseph@codesourcery.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83vcitf2z3.fsf@gnu.org> References: <4FD94EC0.1000009@linaro.org> <83ehphyhdn.fsf@gnu.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-06/txt/msg00498.txt.bz2 > From: Michael Hope > Date: Fri, 15 Jun 2012 09:43:21 +1200 > Cc: "Joseph S. Myers" , gdb-patches@sourceware.org > > > Michael, is your setup also that you produce the HTML files on a Posix > > host, but then deploy them on Windows? > > Yip. We supply pre-built toolchains for Linux and Windows[1]. The > build is crtosstool-NG based, runs on Ubuntu Lucid, and uses the LSB > compilers for Linux and the mingw cross compilers for Windows. We > cross-make the manuals the same as we cross-build the compiler. Can you simply concatenate the two [iI]ndex.html files into the same file? > The makeinfo manual says: """If makeinfo is run on a system which does > not distinguish case in filenames, nodes which are the same except for > case will also be folded into the same output file.""". What that means is that the file index.html should have 2 nodes on it, each with its own label, so HTML references work correctly. Why is this a problem?