This is the mail archive of the gcc@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]

[gccadmin] update_web_docs_libstdcxx


The v3 docs are in a quite different setup than the rest of the docs,
and merging the script that I've been using into the main update script
would be messy.  Let's keep them separate for now.

I'll do the appropriate updating to the gccadmin account.



2001-03-18  Phil Edwards  <pme@sources.redhat.com>

	* update_web_docs_libstdcxx:  New script.
	* crontab:  Call said script.


Index: crontab
===================================================================
RCS file: /cvs/gcc/gcc/maintainer-scripts/crontab,v
retrieving revision 1.1
diff -u -3 -p -r1.1 crontab
--- crontab	2001/03/10 00:08:50	1.1
+++ crontab	2001/03/19 01:38:41
@@ -1,3 +1,4 @@
 16 0 * * * sh /home/gccadmin/scripts/update_version
 16 0 * * * sh /home/gccadmin/scripts/update_branch_version
 50 0 * * * sh /home/gccadmin/scripts/update_web_docs
+55 0 * * * sh /home/gccadmin/scripts/update_web_docs_libstdcxx


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