From 27c3c2a26c4085a7d7e8c581547d3acbb654aa37 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sat, 6 Jun 2009 06:32:20 +0200 Subject: [PATCH] Ensure that docs, localizations and other data build last --- wscript | 2 ++ 1 file changed, 2 insertions(+) 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')