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

14
legacy-networking/conf.py Normal file
View File

@@ -0,0 +1,14 @@
import sys, os
sys.path.insert(0, os.path.abspath('../common/'))
from conf import *
project = "RTEMS Legacy Networking User Manual"
latex_documents = [
('index',
'legacy-networking.tex',
u'RTEMS Legacy Networking User Manual',
u'RTEMS Documentation Project',
'manual'),
]