Fix Doxygen.py builder on hardy
g0dil [Mon, 28 Sep 2009 11:21:37 +0000 (11:21 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1454 270642c3-0616-0410-b53a-bc976706d245

site_scons/site_tools/Doxygen.py

index 2a4f154..e79cfc9 100644 (file)
@@ -193,7 +193,7 @@ class DoxyfileParser:
          p = os.path.join(d,value[0])
          if os.path.exists(p):
             self._items.setdefault('@INCLUDE',[]).append(p)
-            parser = DoxyfileParser(self._node.File(p), self._env, self._include_path, self._items)
+            parser = DoxyfileParser(self._node.dir.File(p), self._env, self._include_path, self._items)
             parser.parse()
             return