From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 56BBE3858D33 for ; Thu, 9 Mar 2023 08:28:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 56BBE3858D33 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id E8CE733E56; Thu, 9 Mar 2023 03:28:34 -0500 (EST) Received: from naga.localdomain (188-23-63-229.adsl.highway.telekom.at [188.23.63.229]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 2D79733E4F; Thu, 9 Mar 2023 03:28:34 -0500 (EST) Date: Thu, 9 Mar 2023 09:28:32 +0100 (CET) From: Gerald Pfeifer To: Sandra Loosemore cc: =?ISO-8859-2?Q?Arsen_Arsenovi=E6?= , gcc-patches@gcc.gnu.org, Joseph Myers Subject: Re: [PATCH v2 0/5] A small Texinfo refinement In-Reply-To: Message-ID: <6425c479-7ab9-9978-8ed5-e3ff58d3c872@pfeifer.com> References: <20230223102714.3606058-1-arsen@aarsen.me> <76f92bd2-7d4b-15ba-12ca-8de44e91b886@codesourcery.com> <86lek7txey.fsf@aarsen.me> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Scanned-By: mailmunge 3.11 on 209.68.5.143 X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Wed, 8 Mar 2023, Sandra Loosemore wrote: > I personally do not know how the manuals for the GCC web site are built gcc.gnu.org has texinfo 6.5. (It's a RHEL 8.7 system.) > If we do update the version, there's a version check in configure.ac and > some hack for "makeinfo 4.7 brokenness" in doc/install.texi2html that > need to be changed, as well as install.texi. The note in doc/install.texi2html isn't specific to version 4.7. Rather it's about a design decision made then to encode dashes as _002d which essentially solved a non-issue and isn't practial at all. Good point - I'll see to update that comment. Gerald