This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[Patch, wwwdata & maintainers_script] Generate gfortran's gfc-internals manual
- From: Tobias Burnus <burnus at net-b dot de>
- To: Gerald Pfeifer <gerald at pfeifer dot com>, gcc-patches <gcc-patches at gcc dot gnu dot org>, "Joseph S. Myers" <joseph at codesourcery dot com>
- Date: Sat, 31 Mar 2007 18:49:19 +0200
- Subject: [Patch, wwwdata & maintainers_script] Generate gfortran's gfc-internals manual
:ADDPATCH:
The following patch adds the new, trunk-only gfortran internals manual
to the online docs.
It consists of two parts: GCC/trunk's
maintainer-scripts/update_web_docs_svn
and wwwdocs's htdocs/onlinedocs/index.html
Is the patch ok?
Tobias
maintainer-scripts/
2006-03-31 Tobias Burnus <burnus@net-b.de>
* update_web_docs_svn: Build also gfc-internals
wwwdocs/
2006-03-31 Tobias Burnus <burnus@net-b.de>
* htdocs/onlinedocs/index.html: Add links to gfc-internals documentation.
Index: maintainer-scripts/update_web_docs_svn
===================================================================
--- maintainer-scripts/update_web_docs_svn (Revision 123382)
+++ maintainer-scripts/update_web_docs_svn (Arbeitskopie)
@@ -109,7 +109,7 @@
# and fdl.texi.
includedir=gcc/gcc/doc/include
-MANUALS="cpp cppinternals fastjar gcc gccint gcj g77 gfortran gnat_ug_unx gnat_ug_vms gnat_ug_vxw gnat_ug_wnt gnat_ugn_unw gnat-style gnat_rm libgomp libiberty porting"
+MANUALS="cpp cppinternals fastjar gcc gccint gcj g77 gfortran gfc-internals gnat_ug_unx gnat_ug_vms gnat_ug_vxw gnat_ug_wnt gnat_ugn_unw gnat-style gnat_rm libgomp libiberty porting"
# Generate gnat_ugn_unw
Index: htdocs/onlinedocs/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v
retrieving revision 1.84
diff -u -r1.84 index.html
--- htdocs/onlinedocs/index.html 14 Feb 2007 08:50:12 -0000 1.84
+++ htdocs/onlinedocs/index.html 31 Mar 2007 16:43:59 -0000
@@ -422,6 +422,13 @@
href="http://gcc.gnu.org/onlinedocs/cppinternals.ps.gz">PostScript</a> or <a
href="http://gcc.gnu.org/onlinedocs/cppinternals-html.tar.gz">an
HTML tarball</a>)</li>
+ <li><a href="http://gcc.gnu.org/onlinedocs/gfc-internals/">GNU Fortran
+ Internals Manual</a> (<a
+ href="http://gcc.gnu.org/onlinedocs/gfc-internals.pdf">also in
+ PDF</a> or <a
+ href="http://gcc.gnu.org/onlinedocs/gfc-internals.ps.gz">PostScript</a> or <a
+ href="http://gcc.gnu.org/onlinedocs/gfc-internals-html.tar.gz">an
+ HTML tarball</a>)</li>
<li><a href="http://gcc.gnu.org/onlinedocs/gnat-style/">GNAT
Coding Style Manual</a> (<a
href="http://gcc.gnu.org/onlinedocs/gnat-style.pdf">also in