summaryrefslogtreecommitdiffstats
path: root/c-user/conf.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c-user/conf.py (renamed from c_user/conf.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/c_user/conf.py b/c-user/conf.py
index 04d6615..eaf8e92 100644
--- a/c_user/conf.py
+++ b/c-user/conf.py
@@ -9,5 +9,5 @@ release = '4.11.0'
project = "RTEMS C User Manual"
latex_documents = [
- ('index', 'c_user.tex', u'RTEMS C User Documentation', u'RTEMS Documentation Project', 'manual'),
+ ('index', 'c-user.tex', u'RTEMS C User Documentation', u'RTEMS Documentation Project', 'manual'),
]