Fix doxygen path build error
g0dil [Mon, 24 Aug 2009 13:10:02 +0000 (13:10 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1331 270642c3-0616-0410-b53a-bc976706d245

doclib/SConscript

index fc811cd..b709529 100644 (file)
@@ -262,7 +262,7 @@ env.Replace(
 env.Append( ENV = {
     'TODAY' : str(datetime.date.today()),
     'TEXINPUTS' : os.environ.get('TEXINPUTS',env.Dir('#/doclib').abspath + ':'),
-    'DOXYGEN' : env.File(env['DOXYGEN']).abspath,
+    'DOXYGEN' : str(env.File(env['DOXYGEN'])),
 })
 
 env.PhonyTarget('linklint', [], [