mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-14 07:39:15 +08:00
waf: Add networking to the manual built.
This commit is contained in:
parent
bcdca5db9d
commit
6345b2d894
15
wscript
15
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user