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 7BB2E3858425 for ; Tue, 21 Mar 2023 23:11:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 7BB2E3858425 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 04CBD33ECE; Tue, 21 Mar 2023 19:11:11 -0400 (EDT) Received: from [172.20.15.200] (193-45-212-133.customer.telia.com [193.45.212.133]) (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 551B233E9F; Tue, 21 Mar 2023 19:11:10 -0400 (EDT) Date: Wed, 22 Mar 2023 00:11:08 +0100 (CET) From: Gerald Pfeifer To: =?ISO-8859-2?Q?Arsen_Arsenovi=E6?= , Joseph Myers cc: Sandra Loosemore , gcc-patches@gcc.gnu.org Subject: Re: Ping (gcc/configure.ac, docs): [PATCH v2 4/5] Update texinfo.tex, remove the @gol macro/alias In-Reply-To: <86bkkm2zvl.fsf@aarsen.me> Message-ID: References: <20230223102714.3606058-1-arsen@aarsen.me> <20230223102714.3606058-5-arsen@aarsen.me> <26dbe30b-455d-2e01-80b9-436175c2e179@codesourcery.com> <87ttysppsc.fsf@aarsen.me> <86wn3dajki.fsf@aarsen.me> <86lejr2dxk.fsf@aarsen.me> <86bkkm2zvl.fsf@aarsen.me> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="8323328-1017381065-1679440270=:6336" X-Scanned-By: mailmunge 3.11 on 209.68.5.143 X-Spam-Status: No, score=-3.8 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,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: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323328-1017381065-1679440270=:6336 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT On Tue, 21 Mar 2023, Arsen Arsenović wrote: > Done! > > Gerald, please update the scripts when you get a chance (but back the > old ones up just in case!) Done. Minus the backup, since everything is in Git anyways, isn't it? :-) The script should run in about 1 hour and 45 minutes. > If makeinfo is updated as I've asked in one of the other emails, will > the script eventually automatically regenerate docs with the newer > makeinfo? Only what is covered by update_web_docs_git and then whenever our release managers create docs for a new release. Which makes sense since we cannot guarantee older *.texi sources actually building, or at least properly, with newer makeinfo releases. And there may be other factors, such as names of file changing,... Which makes me realize we may have an issue building releases: Joseph, you are release manager - do you and your peers create releases on a local system or gcc.gnu.org? If the former, installing newer texinfo on gcc.gnu.org is not going to be sufficient. Gerald --8323328-1017381065-1679440270=:6336--