[Scummvm-cvs-logs] SF.net SVN: scummvm:[55827] doxygen/update-doxygen.sh

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue Feb 8 15:36:56 CET 2011


Revision: 55827
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55827&view=rev
Author:   fingolfin
Date:     2011-02-08 14:36:56 +0000 (Tue, 08 Feb 2011)

Log Message:
-----------
DOXYGEN: Sync update-doxygen.sh with what we use on the server

Modified Paths:
--------------
    doxygen/update-doxygen.sh

Modified: doxygen/update-doxygen.sh
===================================================================
--- doxygen/update-doxygen.sh	2011-02-08 14:35:35 UTC (rev 55826)
+++ doxygen/update-doxygen.sh	2011-02-08 14:36:56 UTC (rev 55827)
@@ -13,7 +13,7 @@
 # And if it is not, we might be able to automatically recreate it...
 echo "Updating SVN..."
 cd ${BASEPATH}/scummvm-SVN-trunk
-svn up
+nice svn up
 
 #echo "Fixing permissions in the checkout"
 #chmod -f -R g+w,a+r .
@@ -21,8 +21,11 @@
 
 echo Updating doxygen docs
 cd ${BASEPATH}
-doxygen config
+nice doxygen config
 
+# Fix the index.html file <title> if necessary
+perl -pi -e 's,<title>ScummVM</title>,<title>ScummVM :: Doxygen</title>,g' /var/www/doxygen/html/index.html
+
 #echo "Fixing permissions"
 #chmod -f -R g+w,a+r .
 #chgrp -R scummvm .


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list