summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-11-15 08:12:02 +1100
committerChris Johns <chrisj@rtems.org>2016-11-15 08:12:02 +1100
commit58c815c64b9959e5b984dbd3c238713f4c00df55 (patch)
tree351c206bb7fd984d9a66f7af2c6515bf487702e8
parentwaf: Users without the extra fonts need to use '--disable-extra-fonts' to bui... (diff)
downloadrtems-docs-58c815c64b9959e5b984dbd3c238713f4c00df55.tar.bz2
waf: Add networking to the manual built.4.11.14.11.0
-rw-r--r--wscript15
1 files changed, 8 insertions, 7 deletions
diff --git a/wscript b/wscript
index 86f3e94..f7dd224 100644
--- a/wscript
+++ b/wscript
@@ -8,16 +8,17 @@ path.append(abspath('common'))
import waf as docs_waf
-build_all = ['c-user',
- 'posix-users',
- 'shell',
- 'user',
- 'eclipse',
- 'bsp-howto',
+build_all = ['bsp-howto',
+ 'c-user',
'cpu-supplement',
+ 'develenv',
+ 'eclipse',
'filesystem',
+ 'networking',
+ 'posix-users',
'rsb',
- 'develenv']
+ 'shell',
+ 'user']
building = build_all