Ensure that docs, localizations and other data build last

This commit is contained in:
Christian Dywan 2009-06-06 06:32:20 +02:00
parent ba04eccf14
commit 27c3c2a26c

View file

@ -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')