]> spindle.queued.net Git - midori/commitdiff
Ensure that docs, localizations and other data build last
authorChristian Dywan <christian@twotoasts.de>
Sat, 6 Jun 2009 04:32:20 +0000 (06:32 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sat, 6 Jun 2009 04:32:20 +0000 (06:32 +0200)
wscript

diff --git a/wscript b/wscript
index 2af80b4467cf38ee2616a9ce3f58b185d4419d14..72520364af0dd090bbea3dad4f4bacbe51cbcdb0 100644 (file)
--- 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')