networking: Rename to legacy networking

This commit is contained in:
Vijay Kumar Banerjee 2021-03-01 09:44:55 -07:00
parent 656326246d
commit 22d213c484
13 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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'),
] ]

View File

@ -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

View File

@ -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