Ensure that docs, localizations and other data build last
This commit is contained in:
parent
ba04eccf14
commit
27c3c2a26c
1 changed files with 2 additions and 0 deletions
2
wscript
2
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')
|
||||
|
|
Loading…
Reference in a new issue