This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Patch to put more manuals in onlinedocs
- To: <gcc-patches at gcc dot gnu dot org>
- Subject: Patch to put more manuals in onlinedocs
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Date: Sat, 27 Oct 2001 01:40:33 +0100 (BST)
This patch adds the libiberty and gnat-style manuals to onlinedocs.
OK to commit?
Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/maintainer-scripts/ChangeLog,v
retrieving revision 1.16
diff -u -r1.16 ChangeLog
--- ChangeLog 2001/10/24 03:15:37 1.16
+++ ChangeLog 2001/10/27 00:26:23
@@ -1,3 +1,7 @@
+2001-10-27 Joseph S. Myers <jsm28@cam.ac.uk>
+
+ * update_web_docs: Generate libiberty and gnat-style manuals.
+
2001-10-24 Joseph S. Myers <jsm28@cam.ac.uk>
* gcc_release: Build snapshots from mainline. Generate Ada and
Index: update_web_docs
===================================================================
RCS file: /cvs/gcc/gcc/maintainer-scripts/update_web_docs,v
retrieving revision 1.10
diff -u -r1.10 update_web_docs
--- update_web_docs 2001/08/28 21:11:02 1.10
+++ update_web_docs 2001/10/27 00:26:23
@@ -95,7 +95,7 @@
mv `find . -name \*.tex -print` .
# Now convert the relevant files from texi to HTML and PostScript.
-for file in cpp chill cppinternals gcc gcj g77 objc-features porting; do
+for file in cpp chill cppinternals gcc gcj g77 gnat-style libiberty objc-features porting; do
if [ -e ${file}.texi ]; then
/usr/local/bin/texi2html -glossary -menu -split_chapter ${file}.texi
texi2dvi ${file}.texi </dev/null && dvips -o ${file}.ps ${file}.dvi
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v
retrieving revision 1.27
diff -u -r1.27 index.html
--- index.html 2001/10/25 18:07:50 1.27
+++ index.html 2001/10/27 00:29:24
@@ -136,6 +136,14 @@
Manual</a> (<a
href="http://gcc.gnu.org/onlinedocs/chill.ps.gz">also in
PostScript</a>)</li>
+ <li><a href="http://gcc.gnu.org/onlinedocs/libiberty.html">Libiberty
+ Manual</a> (<a
+ href="http://gcc.gnu.org/onlinedocs/libiberty.ps.gz">also in
+ PostScript</a>)</li>
+ <li><a href="http://gcc.gnu.org/onlinedocs/gnat-style.html">GNAT
+ Coding Style Manual</a> (<a
+ href="http://gcc.gnu.org/onlinedocs/gnat-style.ps.gz">also in
+ PostScript</a>)</li>
</ul>
</body>
--
Joseph S. Myers
jsm28@cam.ac.uk