diff --git a/wscript b/wscript index 2af80b44..72520364 100644 --- a/wscript +++ b/wscript @@ -300,6 +300,8 @@ def build (bld): if option_enabled ('addons'): bld.add_subdirs ('extensions') + bld.add_group () + if option_enabled ('docs'): bld.install_files ('${DOCDIR}/' + APPNAME + '/', \ 'AUTHORS ChangeLog COPYING EXPAT README TRANSLATE')