Update of /cvsroot/openfirst/www
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7053
Modified Files:
updatesite.sh
Log Message:
Add updating of the manual module from CVS as part of the documentation we provide.
Index: updatesite.sh
===================================================================
RCS file: /cvsroot/openfirst/www/updatesite.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** updatesite.sh 25 May 2005 18:46:27 -0000 1.6
--- updatesite.sh 25 May 2005 21:04:05 -0000 1.7
***************
*** 10,13 ****
--- 10,23 ----
php htdocs/files.php
+ # Update the manual module.
+ cd htdocs/doc/manual
+ cvs update -dP
+ cd ..
+ replace "include(" "@include(" -- manual/*.php
+ replace "include(" "@include(" -- manual/*/*.php
+ replace "@@include(" "@include(" -- manual/*.php
+ replace "@@include(" "@include(" -- manual/*/*.php
+ cd ../../
+
# Ensure website can write session information
chmod o+w,g+w tmp/
|