From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout-p-101.mailbox.org (mout-p-101.mailbox.org [80.241.56.151]) by sourceware.org (Postfix) with ESMTPS id D4FFA3858D1E for ; Tue, 29 Nov 2022 18:29:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D4FFA3858D1E Authentication-Results: sourceware.org; dmarc=pass (p=quarantine dis=none) header.from=gdcproject.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gdcproject.org Received: from smtp2.mailbox.org (smtp2.mailbox.org [10.196.197.2]) (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-101.mailbox.org (Postfix) with ESMTPS id 4NM9pN5YJ4z9sQv; Tue, 29 Nov 2022 19:29:00 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gdcproject.org; s=MBO0001; t=1669746540; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=EGQfAqqQTosfYkYdBLwRgi11t6Tq++XQctbvGNHgjWY=; b=kzP94OYvPxMLfwg4bl/JrfXxl4O+UOigkOS4nYS9Rbnxs7bCG1QqF9kcavjVbv4FsRKZao tHE4XYl79Wqx2stdKYRoc7FIUCr7mvfatbQGcdquX5mc51Ck0OMBsnRPxlGb6cXuQh16lS XzdBsK5Ce7hjDrpmQJ37rGWtcF0YF9FIqJvxSCrfkiAtpXSlQrUdJKQkadTmVz3eg9/yPW dEuVS21I5EzsfkcSjOMKScqudpab8EtTHMGH5IUds1fujlNku9xNZ0FNAShXxAYjZEPaSk J/W5nVfQaymrhSYs3RxktseAeJh8Lr9S7dfhnYslrUz/ufxPvE5YovV3/T3Lvw== Date: Tue, 29 Nov 2022 19:28:57 +0100 From: Iain Buclaw Subject: Ping: [PATCH] maintainer-scripts: Add gdc to update_web_docs_git To: gcc-patches@gcc.gnu.org Cc: mliska@suse.cz References: <20221121102909.1603846-1-ibuclaw@gdcproject.org> In-Reply-To: <20221121102909.1603846-1-ibuclaw@gdcproject.org> MIME-Version: 1.0 Message-Id: <1669746214.u5q5z4u5gc.astroid@pulse.none> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-13.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,KAM_SHORT,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: Ping. This looks obvious, however I don't know how things are generated for the online documentation site in order to say this won't cause any problems for whatever process is building these pages. Excerpts from Iain Buclaw's message of November 21, 2022 11:29 am: > Hi, >=20 > This patch adds gdc to maintainer-scripts/update_web_docs_git so that > it's built and uploaded to gcc.gnu.org/onlinedocs. >=20 > One half of re-adding the gdc docs that were taken down after the revert > to the Sphinx conversion. >=20 > OK? >=20 > Regards, > Iain. >=20 > --- > PR web/107749 >=20 > maintainer-scripts/ChangeLog: >=20 > * update_web_docs_git: Add gdc to MANUALS. > --- > maintainer-scripts/update_web_docs_git | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/maintainer-scripts/update_web_docs_git b/maintainer-scripts/= update_web_docs_git > index 6c38e213562..dee9b1d3b5e 100755 > --- a/maintainer-scripts/update_web_docs_git > +++ b/maintainer-scripts/update_web_docs_git > @@ -21,6 +21,7 @@ MANUALS=3D"cpp > gccgo > gccint > gcj > + gdc > gfortran > gfc-internals > gnat_ugn > --=20 > 2.37.2 >=20 >=20