X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=site_scons%2FSENFSCons.py;h=1f082b96e15e89d9f4bf494d56d5fb7dd67ba6f1;hb=8e0d0e7f239694e912bd76ba2d8b7a76079eb44c;hp=88fa5e51cb238e0212128e4cbf7de876b52375ce;hpb=8adba40b2e788673aae3737140530e8ff5fa2803;p=senf.git diff --git a/site_scons/SENFSCons.py b/site_scons/SENFSCons.py index 88fa5e5..1f082b9 100644 --- a/site_scons/SENFSCons.py +++ b/site_scons/SENFSCons.py @@ -41,6 +41,7 @@ def Doxygen(env, doxyfile = "Doxyfile", extra_sources = []): DOXYOPTS = [ '--tagfile-name', '"${MODULE}.tag"', '--tagfile' ], DOXYENV = { 'TOPDIR' : env.Dir('#').abspath, + 'LIBDIR' : env.Dir('#/site_scons/lib').abspath, 'output_dir' : 'doc', 'html_dir' : 'html', 'html' : 'NO', @@ -60,6 +61,7 @@ def Doxygen(env, doxyfile = "Doxyfile", extra_sources = []): '--html' ], MODULE = module, DOXYENV = { 'TOPDIR' : env.Dir('#').abspath, + 'LIBDIR' : env.Dir('#/site_scons/lib').abspath, 'tagfiles' : '${ALL_TAGFILES}', 'output_dir' : 'doc', 'html_dir' : 'html',