mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-20 22:05:22 +08:00
networking: Rename to legacy networking
This commit is contained in:
parent
656326246d
commit
22d213c484
@ -23,7 +23,7 @@ Table of Contents
|
|||||||
cpu_supplement/index.rst
|
cpu_supplement/index.rst
|
||||||
develenv/index.rst
|
develenv/index.rst
|
||||||
filesystem/index.rst
|
filesystem/index.rst
|
||||||
networking/index.rst
|
|
||||||
porting/index.rst
|
porting/index.rst
|
||||||
posix1003_1/index.rst
|
posix1003_1/index.rst
|
||||||
posix_users/index.rst
|
posix_users/index.rst
|
||||||
|
legacy_networking/index.rst
|
||||||
|
@ -3,12 +3,12 @@ sys.path.insert(0, os.path.abspath('../common/'))
|
|||||||
|
|
||||||
from conf import *
|
from conf import *
|
||||||
|
|
||||||
project = "RTEMS Networking User Manual"
|
project = "RTEMS Legacy Networking User Manual"
|
||||||
|
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
('index',
|
('index',
|
||||||
'networking.tex',
|
'legacy-networking.tex',
|
||||||
u'RTEMS Networking User Manual',
|
u'RTEMS Legacy Networking User Manual',
|
||||||
u'RTEMS Documentation Project',
|
u'RTEMS Documentation Project',
|
||||||
'manual'),
|
'manual'),
|
||||||
]
|
]
|
@ -5,7 +5,7 @@
|
|||||||
.. highlight:: c
|
.. highlight:: c
|
||||||
|
|
||||||
======================================
|
======================================
|
||||||
RTEMS Network User Manual (|version|).
|
RTEMS Legacy Network User Manual (|version|).
|
||||||
======================================
|
======================================
|
||||||
|
|
||||||
.. topic:: Copyrights and License
|
.. topic:: Copyrights and License
|
4
wscript
4
wscript
@ -32,11 +32,11 @@ build_all = ['user',
|
|||||||
'posix-compliance',
|
'posix-compliance',
|
||||||
'eng',
|
'eng',
|
||||||
'filesystem',
|
'filesystem',
|
||||||
'networking',
|
|
||||||
'shell',
|
'shell',
|
||||||
'cpu-supplement',
|
'cpu-supplement',
|
||||||
'develenv',
|
'develenv',
|
||||||
'eclipse']
|
'eclipse',
|
||||||
|
'legacy-networking']
|
||||||
|
|
||||||
building = build_all
|
building = build_all
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user