From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout-p-201.mailbox.org (mout-p-201.mailbox.org [IPv6:2001:67c:2050:0:465::201]) by sourceware.org (Postfix) with ESMTPS id ED9D3384EF55 for ; Tue, 6 Dec 2022 12:27:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org ED9D3384EF55 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 smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:b231:465::102]) (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-201.mailbox.org (Postfix) with ESMTPS id 4NRKRl29bGz9sdT; Tue, 6 Dec 2022 13:27:15 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gdcproject.org; s=MBO0001; t=1670329635; 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=9KcBiz4g7Zy5+ilyLhAG0MSQYL7CRKYhYhIV/O6HZpQ=; b=H+Juo+uwt5DP/y0lBrr7Ai6pDg63XXh2pGsYjcSeGqKR0BK4cv4N8W5qmtuWBzTISmafsq x1LxW8/v0TiuRFmLq4VzwXQOBZAzt2nwPYaLdF2y1j4bvq7LBYJxeTb+zijvMgImaKijZH ZN6EBqnLKicUkMXtdjT5D7FUvWG5TbVXOsYkd11+JDcBihX7WXR4jKRwfT+ukBTcw8WNIH kBZAZQX+h3qfpV5yXdE/zeSAF62JBbA+0uneOF+ayLpgZ/IBdJ4htlyCvWAewLHbk0tcjb 8hC1uDsLisecp+vPjAjNYHAlqWjNzTDnx+XcIcDF207eMf6wuHcHH/IStiK14g== From: Iain Buclaw To: gcc-patches@gcc.gnu.org Cc: gerald@pfeifer.com, Iain Buclaw Subject: [committed] onlinedocs: Add documentation links to gdc Date: Tue, 6 Dec 2022 13:27:07 +0100 Message-Id: <20221206122707.494575-1-ibuclaw@gdcproject.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4NRKRl29bGz9sdT 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: Hi, Now that the D front-end documentation has been generated and pushed to the site after r13-4421, this can be added to the main index page. This is a simple copy from other entries, so have gone ahead and committed it. Regards, Iain. --- htdocs/onlinedocs/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/htdocs/onlinedocs/index.html b/htdocs/onlinedocs/index.html index c5787f32..343ff9f5 100644 --- a/htdocs/onlinedocs/index.html +++ b/htdocs/onlinedocs/index.html @@ -1641,6 +1641,12 @@ existing release.

href="https://gcc.gnu.org/onlinedocs/gccgo.ps.gz">PostScript or an HTML tarball) +
  • GNU D Manual (also in + PDF or PostScript or an + HTML tarball)
  • GNU Offloading and Multi Processing Runtime Library Manual (also in -- 2.37.2