summaryrefslogtreecommitdiffstats
path: root/legacy-networking/conf.py
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijay@rtems.org>2021-03-01 09:44:55 -0700
committerVijay Kumar Banerjee <vijay@rtems.org>2021-03-30 09:28:59 -0600
commit22d213c4846d2d783a8e84cc0b8e067dfe9b1a1e (patch)
tree71182c7caec4fe9b86cba4f8e4b1a7ec64533d64 /legacy-networking/conf.py
parentUser/BSPs/Beagle: Add JTAG debugger section (diff)
downloadrtems-docs-22d213c4846d2d783a8e84cc0b8e067dfe9b1a1e.tar.bz2
networking: Rename to legacy networking
Diffstat (limited to '')
-rw-r--r--legacy-networking/conf.py (renamed from networking/conf.py)6
1 files changed, 3 insertions, 3 deletions
diff --git a/networking/conf.py b/legacy-networking/conf.py
index 1c129bc..98a06b6 100644
--- a/networking/conf.py
+++ b/legacy-networking/conf.py
@@ -3,12 +3,12 @@ sys.path.insert(0, os.path.abspath('../common/'))
from conf import *
-project = "RTEMS Networking User Manual"
+project = "RTEMS Legacy Networking User Manual"
latex_documents = [
('index',
- 'networking.tex',
- u'RTEMS Networking User Manual',
+ 'legacy-networking.tex',
+ u'RTEMS Legacy Networking User Manual',
u'RTEMS Documentation Project',
'manual'),
]