Move SENF and build specific Doxygen stuff into extra, shared Doxyfile
[senf.git] / site_scons / SENFSCons.py
index 88fa5e5..1f082b9 100644 (file)
@@ -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',