From: tho Date: Tue, 20 Jan 2009 13:37:17 +0000 (+0000) Subject: senfscons: use absolute path for doxygen TOPDIR variable X-Git-Url: http://g0dil.de/git?p=senf.git;a=commitdiff_plain;h=8c923876d10b94cd915ae7411be2db268eae461f senfscons: use absolute path for doxygen TOPDIR variable git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1067 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/.cproject b/.cproject index e00fdad..d8f1d74 100644 --- a/.cproject +++ b/.cproject @@ -9,7 +9,7 @@ - + diff --git a/.project b/.project index d67742a..144c5b8 100644 --- a/.project +++ b/.project @@ -51,7 +51,7 @@ org.eclipse.cdt.make.core.fullBuildTarget - all + build org.eclipse.cdt.make.core.stopOnError diff --git a/senfscons/Doxygen.py b/senfscons/Doxygen.py index 6ef69d1..69fa2c0 100644 --- a/senfscons/Doxygen.py +++ b/senfscons/Doxygen.py @@ -394,8 +394,8 @@ def DoxyGenerator(source, target, env, for_signature): data = DoxyfileParse(env, source[0].abspath) - actions = [ SCons.Action.Action("cd ${SOURCE.dir} && TOPDIR=%s ${DOXYGEN} ${SOURCE.file}" - % (relpath(source[0].dir.abspath, env.Dir('#').abspath),)) ] + actions = [ SCons.Action.Action("cd ${SOURCE.dir} && TOPDIR=%s ${DOXYGEN} ${SOURCE.file}" + % env.Dir('#').abspath) ] # This will add automatic 'installdox' calls. #