public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [Patch, wwwdata & maintainers_script] Generate gfortran's gfc-internals  manual
@ 2007-03-31 17:00 Tobias Burnus
  2007-03-31 18:05 ` Gerald Pfeifer
  0 siblings, 1 reply; 3+ messages in thread
From: Tobias Burnus @ 2007-03-31 17:00 UTC (permalink / raw)
  To: Gerald Pfeifer, gcc-patches, Joseph S. Myers

: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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Patch, wwwdata & maintainers_script] Generate gfortran's  gfc-internals  manual
  2007-03-31 17:00 [Patch, wwwdata & maintainers_script] Generate gfortran's gfc-internals manual Tobias Burnus
@ 2007-03-31 18:05 ` Gerald Pfeifer
  2007-04-01  0:22   ` Gerald Pfeifer
  0 siblings, 1 reply; 3+ messages in thread
From: Gerald Pfeifer @ 2007-03-31 18:05 UTC (permalink / raw)
  To: Tobias Burnus; +Cc: gcc-patches, Joseph S. Myers

On Sat, 31 Mar 2007, Tobias Burnus wrote:
> 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

Looks good, thanks!

:REVIEWPATCH:

Gerald

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Patch, wwwdata & maintainers_script] Generate gfortran's  gfc-internals  manual
  2007-03-31 18:05 ` Gerald Pfeifer
@ 2007-04-01  0:22   ` Gerald Pfeifer
  0 siblings, 0 replies; 3+ messages in thread
From: Gerald Pfeifer @ 2007-04-01  0:22 UTC (permalink / raw)
  To: Tobias Burnus; +Cc: gcc-patches, Joseph S. Myers

On Sat, 31 Mar 2007, Gerald Pfeifer wrote:
> Looks good, thanks!

On top of your changes, I have committed the patch below which will
make maintaining the list easier going forward.  To make sure this
is sufficiently portably shell script, I verified it with Bash 3.00,
FreeBSD /bin/sh and Solaris 9 /bin/sh.

I applied both your and my changes to the gccadmin account on gcc.gnu.org
(and reverted a hunk I inadvertently committed as part of my changeset).

Both my manual testrun and the nightly cron script on gcc.gnu.org failed
due to completely unrelated a reason which predates both changes and has
actually been breaking the manual builds for two weeks.  I will work with
the overseers team to get this resolved.

For the time being I have disabled the part of the script running into
the problem on gcc.gnu.org (related to the GNAT documention) and a new
run with this temporary change has succeeded.

Gerald

2007-04-01  Gerald Pfeifer  <gerald@pfeifer.com>

        * update_web_docs_svn (MANUALS): Move towards the top of the
        script.  Reformat for easier editing/diffing.

Index: update_web_docs_svn
===================================================================
--- update_web_docs_svn	(revision 123387)
+++ update_web_docs_svn	(working copy)
@@ -11,6 +11,26 @@
 
 PATH=/usr/local/bin:$PATH
 
+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"
+
 WWWBASE=/www/gcc/htdocs
 WWWBASE_PREFORMATTED=/www/gcc/htdocs-preformatted
 WWWPREPROCESS='/www/gcc/bin/preprocess -r'
@@ -109,8 +129,6 @@
 # and fdl.texi.
 includedir=gcc/gcc/doc/include
 
-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
 
 if [ -f gcc/gcc/ada/xgnatugn.adb ]; then

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-04-01  0:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-31 17:00 [Patch, wwwdata & maintainers_script] Generate gfortran's gfc-internals manual Tobias Burnus
2007-03-31 18:05 ` Gerald Pfeifer
2007-04-01  0:22   ` Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).