mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 03:17:09 +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
|
import waf as docs_waf
|
||||||
|
|
||||||
build_all = ['c-user',
|
build_all = ['bsp-howto',
|
||||||
'posix-users',
|
'c-user',
|
||||||
'shell',
|
|
||||||
'user',
|
|
||||||
'eclipse',
|
|
||||||
'bsp-howto',
|
|
||||||
'cpu-supplement',
|
'cpu-supplement',
|
||||||
|
'develenv',
|
||||||
|
'eclipse',
|
||||||
'filesystem',
|
'filesystem',
|
||||||
|
'networking',
|
||||||
|
'posix-users',
|
||||||
'rsb',
|
'rsb',
|
||||||
'develenv']
|
'shell',
|
||||||
|
'user']
|
||||||
|
|
||||||
building = build_all
|
building = build_all
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user