This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch to include fastjar manual


I've applied the following patch (maintainer-scripts and htdocs) to
include the fastjar manual in onlinedocs.

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/maintainer-scripts/ChangeLog,v
retrieving revision 1.50
diff -u -r1.50 ChangeLog
--- ChangeLog	8 Sep 2002 09:34:55 -0000	1.50
+++ ChangeLog	17 Sep 2002 18:14:17 -0000
@@ -1,3 +1,7 @@
+2002-09-17  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+	* update_web_docs (MANUALS): Add fastjar.
+
 2002-09-08  Joseph S. Myers  <jsm@polyomino.org.uk>
 
 	* gcc_release: Make snapshots come from the mainline.
Index: update_web_docs
===================================================================
RCS file: /cvs/gcc/gcc/maintainer-scripts/update_web_docs,v
retrieving revision 1.19
diff -u -r1.19 update_web_docs
--- update_web_docs	28 Aug 2002 21:11:19 -0000	1.19
+++ update_web_docs	17 Sep 2002 18:14:17 -0000
@@ -94,7 +94,7 @@
 # and fdl.texi.
 includedir=gcc/gcc/doc/include
 
-MANUALS="cpp cppinternals gcc gccint gcj g77 gnat_ug_unx gnat_ug_vms gnat_ug_vxw gnat_ug_wnt gnat-style gnat_rm libiberty porting"
+MANUALS="cpp cppinternals fastjar gcc gccint gcj g77 gnat_ug_unx gnat_ug_vms gnat_ug_vxw gnat_ug_wnt gnat-style gnat_rm libiberty porting"
 
 # Now convert the relevant files from texi to HTML and PostScript.
 for file in $MANUALS; do
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v
retrieving revision 1.44
diff -u -r1.44 index.html
--- index.html	13 Sep 2002 11:07:41 -0000	1.44
+++ index.html	17 Sep 2002 18:16:37 -0000
@@ -134,6 +134,9 @@
   <li><a href="http://gcc.gnu.org/onlinedocs/gcj/";>GCJ Manual</a> (<a
          href="http://gcc.gnu.org/onlinedocs/gcj.ps.gz";>also in
          PostScript</a>)</li>
+  <li><a href="http://gcc.gnu.org/onlinedocs/fastjar/";>GNU jar utilities manual</a> (<a
+         href="http://gcc.gnu.org/onlinedocs/fastjar.ps.gz";>also in
+         PostScript</a>)</li>
   <li><a href="http://gcc.gnu.org/onlinedocs/gnat_rm/";>GNAT Reference Manual</a> (<a
          href="http://gcc.gnu.org/onlinedocs/gnat_rm.ps.gz";>also in
          PostScript</a>)</li>

-- 
Joseph S. Myers
jsm28@cam.ac.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]