summaryrefslogtreecommitdiffstats
path: root/legacy-networking/conf.py
diff options
context:
space:
mode:
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'),
]