X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=site_scons%2FSENFSCons.py;h=c51cda08f05103ca91198c2d90ef1c7c996065db;hb=38209f46f0add1b02ed39454072b38a6b9729d31;hp=aed664960360685c3adf5fd7b35e00b12cda51c3;hpb=213b5ea43eeaead3a9752b598069e6a1e99fe6e0;p=senf.git diff --git a/site_scons/SENFSCons.py b/site_scons/SENFSCons.py index aed6649..c51cda0 100644 --- a/site_scons/SENFSCons.py +++ b/site_scons/SENFSCons.py @@ -73,7 +73,8 @@ def Doxygen(env, doxyfile = "Doxyfile", extra_sources = []): env.Depends(doc, env.CopyToDir(doc[0].dir, extra_sources)) # Install documentation into DOCINSTALLDIR - env.Install(env.Dir('$DOCINSTALLDIR').Dir(doc[0].dir.dir.get_path(env.Dir('#'))), doc[0].dir) + env.InstallDir(env.Dir('$DOCINSTALLDIR').Dir(doc[0].dir.dir.get_path(env.Dir('#'))), doc[0].dir, + FILTER_SUFFIXES=['.html','.css','.png','.php','.idx']) # Useful aliases env.Alias('all_docs', doc)