From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout-p-102.mailbox.org (mout-p-102.mailbox.org [IPv6:2001:67c:2050:0:465::102]) by sourceware.org (Postfix) with ESMTPS id 1F15F3858C54 for ; Wed, 8 Mar 2023 09:17:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 1F15F3858C54 Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=aarsen.me Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=aarsen.me Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:b231:465::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4PWmt23w3wz9sZF; Wed, 8 Mar 2023 10:17:14 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aarsen.me; s=MBO0001; t=1678267034; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=19AMpQjlJchcPdZ3xRnztYAL2UUAu6iLyjZbYk7M0s4=; b=RMfClzfVg8Uxj2XyBV7Qh1eCsShJMYWoQriYUbRcVq5Cqp2PliUny4M01VPTZVg+2QTOu6 Gs318ViT/N2ohy+qw8j/4t8vT9r0T/uX7dVEDCMaTWDTQiFHOpjF4rRwJYeNC/iTzt4xc6 ImrhlFiFjAhDxDUZ9lJEn4yexeQ+IQsSh8kqasuDfkVouEnRLV8CLkHDAF65z/xHZDCo7j dcUOF9KVdeJt7bNPuVam9QRl7wmlONEpexJTxcUEJ4XcLJ5Lyc31Ysw0nxPyVXfP1wgaQw 6LhO8vsImmr+oC4/noUVwbIy7Slfb2yxkNRJ4KebgqAfbJ4daBUtc51QcgYicg== References: <20230223102714.3606058-1-arsen@aarsen.me> <76f92bd2-7d4b-15ba-12ca-8de44e91b886@codesourcery.com> From: Arsen =?utf-8?Q?Arsenovi=C4=87?= To: Sandra Loosemore Cc: gcc-patches@gcc.gnu.org, Gerald Pfeifer , Joseph Myers Subject: Re: [PATCH v2 0/5] A small Texinfo refinement Date: Wed, 08 Mar 2023 10:11:53 +0100 In-reply-to: <76f92bd2-7d4b-15ba-12ca-8de44e91b886@codesourcery.com> Message-ID: <86lek7txey.fsf@aarsen.me> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Rspamd-Queue-Id: 4PWmt23w3wz9sZF X-Spam-Status: No, score=-5.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_INFOUSMEBIZ,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Sandra Loosemore writes: > On 2/23/23 03:27, Arsen Arsenovi=C4=87 via Gcc-patches wrote: >> I've rerendered the updated documentation with latest development >> Texinfo (as some of the changes I made for the purposes of the GCC >> manual still aren't in releases) at: >> https://www.aarsen.me/~arsen/final/ > > Ummm. I don't think GCC's documentation should depend on an unreleased v= ersion > of Texinfo. Currently install.texi documents that version 4.7 or later is > required, 4.8 for "make pdf"; did I miss something in your patch set that= bumps > this requirement? Exactly what features do you depend on that are not yet > supported by an official Texinfo release? This patch should still build with older Texinfo versions (albeit, I hadn't tested 4.7, I missed that requirement). The unreleased version should be installed on the server building HTML documentation as it produces better results w.r.t clickable anchors and index-in-table handling. It should not be a hard dependency, and should only degrade to its current state should in-dev Texinfo be missing. It might be worth bumping the minimum, 4.7 is a version from 2004; in the meanwhile, I'll try a few older versions too. Thanks, have a lovely day. =2D-=20 Arsen Arsenovi=C4=87 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iOYEARYKAI4WIQT+4rPRE/wAoxYtYGFSwpQwHqLEkwUCZAhSlV8UgAAAAAAuAChp c3N1ZXItZnByQG5vdGF0aW9ucy5vcGVucGdwLmZpZnRoaG9yc2VtYW4ubmV0RkVF MkIzRDExM0ZDMDBBMzE2MkQ2MDYxNTJDMjk0MzAxRUEyQzQ5MxAcYXJzZW5AYWFy c2VuLm1lAAoJEFLClDAeosSTP1kA/2kiKx9FuIiz+jbLlQr/RAkWm2b1qzEqCE+I oIuzwpjiAQCrjVQAfpQILkPMMoMWsSb0uFfyjowgsdZgi1KpY4gPDQ== =GTwh -----END PGP SIGNATURE----- --=-=-=--