summaryrefslogtreecommitdiffstats
path: root/posix1003-1/conf.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-11-03 16:58:08 +1100
committerChris Johns <chrisj@rtems.org>2016-11-03 16:58:08 +1100
commit72a62ad88f82fe1ffee50024db4dd0f3fa5806f7 (patch)
tree6b0e527e67141f8126ba56b8a3c1eb90aeed5849 /posix1003-1/conf.py
parentwaf: Use separate doctrees so avoid sphinx clashes. (diff)
downloadrtems-docs-72a62ad88f82fe1ffee50024db4dd0f3fa5806f7.tar.bz2
Rename all manuals with an _ to have a -. It helps released naming of files.
Diffstat (limited to '')
-rw-r--r--posix1003-1/conf.py (renamed from posix1003_1/conf.py)3
1 files changed, 1 insertions, 2 deletions
diff --git a/posix1003_1/conf.py b/posix1003-1/conf.py
index 7e33ef5..1d7b4ef 100644
--- a/posix1003_1/conf.py
+++ b/posix1003-1/conf.py
@@ -7,6 +7,5 @@ version = '1.0'
release = '5.0'
latex_documents = [
- ('index', 'posix1003_1.tex', u'RTEMS POSIX 1003_1 Documentation', u'RTEMS Documentation Project', 'manual'),
+ ('index', 'posix1003-1.tex', u'RTEMS POSIX 1003_1 Documentation', u'RTEMS Documentation Project', 'manual'),
]
-