[committed] onlinedocs: Add documentation links to gdc

Message ID 20221206122707.494575-1-ibuclaw@gdcproject.org
State Committed
Headers
Series [committed] onlinedocs: Add documentation links to gdc |

Commit Message

Iain Buclaw Dec. 6, 2022, 12:27 p.m. UTC
  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(+)
  

Comments

Gerald Pfeifer Dec. 6, 2022, 1:13 p.m. UTC | #1
On Tue, 6 Dec 2022, Iain Buclaw wrote:
> 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.

Cool, thank you. And sorry, I applied the change on the gcc.gnu.org 
system and then missed droping you a note once it successfully ran 
the first time.

With your web page patch, are we complete now? Or is anything missing?

Gerald
  
Iain Buclaw Dec. 7, 2022, 9:53 a.m. UTC | #2
Hi Gerald,

Excerpts from Gerald Pfeifer's message of Dezember 6, 2022 2:13 pm:
> On Tue, 6 Dec 2022, Iain Buclaw wrote:
>> 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.
> 
> Cool, thank you. And sorry, I applied the change on the gcc.gnu.org 
> system and then missed droping you a note once it successfully ran 
> the first time.
> 
> With your web page patch, are we complete now? Or is anything missing?
> 

Looks like it's all there to me. Just need myself to write up more content.

Iain.
  

Patch

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.</p>
            href="https://gcc.gnu.org/onlinedocs/gccgo.ps.gz">PostScript</a> or <a
            href="https://gcc.gnu.org/onlinedocs/gccgo-html.tar.gz">an
            HTML tarball</a>)</li>
+    <li><a href="https://gcc.gnu.org/onlinedocs/gdc/">GNU D Manual</a> (<a
+           href="https://gcc.gnu.org/onlinedocs/gdc.pdf">also in
+           PDF</a> or <a
+           href="https://gcc.gnu.org/onlinedocs/gdc.ps.gz">PostScript</a> or <a
+           href="https://gcc.gnu.org/onlinedocs/gdc-html.tar.gz">an
+           HTML tarball</a>)</li>
     <li><a href="https://gcc.gnu.org/onlinedocs/libgomp/">GNU Offloading and
            Multi Processing Runtime Library Manual</a> (<a
            href="https://gcc.gnu.org/onlinedocs/libgomp.pdf">also in