[cig-commits] commit: fixing up scons_temp directory problem,

Mercurial hg at geodynamics.org
Tue Mar 23 10:35:06 PDT 2010


changeset:   783:84e5903bbcd7
branch:      1.4.x
user:        KathleenHumble
date:        Sun Feb 28 10:59:10 2010 +1100
files:       doc/doxyimage/monashlogo.jpg doc/doxyimage/vpac_logo_header.jpg script/createDocs.py
description:
fixing up scons_temp directory problem,
and fixing up logos on Doxygen website i


diff -r b9321d904f07 -r 84e5903bbcd7 doc/doxyimage/monashlogo.jpg
Binary file doc/doxyimage/monashlogo.jpg has changed
diff -r b9321d904f07 -r 84e5903bbcd7 doc/doxyimage/vpac_logo_header.jpg
Binary file doc/doxyimage/vpac_logo_header.jpg has changed
diff -r b9321d904f07 -r 84e5903bbcd7 script/createDocs.py
--- a/script/createDocs.py	Mon Feb 22 10:51:19 2010 +1100
+++ b/script/createDocs.py	Sun Feb 28 10:59:10 2010 +1100
@@ -13,7 +13,7 @@ def findProjectDirectories(mainDirectory
     projectNames = os.listdir(directory)
     # remove items from list that are not projects:
     # known examples: config, DOC, Doc, doc
-    directoryValues = ['config', 'DOC', 'doc', 'Doc', '.hg', 'DOXYGEN', 'build', 'script', '.sconf_temp', 'scons']
+    directoryValues = ['config', 'DOC', 'doc', 'Doc', '.hg', 'DOXYGEN', 'build', 'script', '.sconf_temp', 'scons', 'sconf_temp']
     for value in directoryValues:
         if (projectNames.count(value) > 0) :
             projectNames.remove(value)



More information about the CIG-COMMITS mailing list