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 569473852C75 for ; Mon, 21 Nov 2022 10:29:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 569473852C75 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 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-101.mailbox.org (Postfix) with ESMTPS id 4NG3XV6n7hz9sT8; Mon, 21 Nov 2022 11:29:14 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gdcproject.org; s=MBO0001; t=1669026554; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=boCa1dMJB5WTC4RjRkmGeLrZPmppbkOVvwJ6bk26+vU=; b=Utl+tvKp0AuERcgZGrv2dD18I4XwUAoPNy5uuEq5LkhhckCdWH5GPV42/bRuGLfzI3lhPh s353IQvr4OhqiA5cQkTkQIQCh0yZW/cd8sd/f4dvs03/Qaf4NBzDoKHdEmxLnM8olVsNIz agbUxoCE0Hm6tLF6gITrUZMtDaovCjDEiTXY3LAAz//FGFDCBW3Rjk9+QqoL91rE+Ep8xO Ha1LC0s94jzykVfeCT+pMnn12/OfZQICPIBcghcn9LnJiYY5fRtbCq+WPff31ciBeSkFMy 4fm1A521mQ9Y1AEsfOpONluCgXeeJWJUxRGe2PdLS7sTDf8p5zaPH+v7ts/NYQ== From: Iain Buclaw To: gcc-patches@gcc.gnu.org Cc: mliska@suse.cz, Iain Buclaw Subject: [PATCH] maintainer-scripts: Add gdc to update_web_docs_git Date: Mon, 21 Nov 2022 11:29:09 +0100 Message-Id: <20221121102909.1603846-1-ibuclaw@gdcproject.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4NG3XV6n7hz9sT8 X-Spam-Status: No, score=-13.8 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: Hi, This patch adds gdc to maintainer-scripts/update_web_docs_git so that it's built and uploaded to gcc.gnu.org/onlinedocs. One half of re-adding the gdc docs that were taken down after the revert to the Sphinx conversion. OK? Regards, Iain. --- PR web/107749 maintainer-scripts/ChangeLog: * update_web_docs_git: Add gdc to MANUALS. --- maintainer-scripts/update_web_docs_git | 1 + 1 file changed, 1 insertion(+) 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="cpp gccgo gccint gcj + gdc gfortran gfc-internals gnat_ugn -- 2.37.2