summaryrefslogtreecommitdiffstats
path: root/bsp-howto/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 /bsp-howto/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--bsp-howto/conf.py (renamed from bsp_howto/conf.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsp_howto/conf.py b/bsp-howto/conf.py
index d2c57fe..2fa48ba 100644
--- a/bsp_howto/conf.py
+++ b/bsp-howto/conf.py
@@ -9,5 +9,5 @@ release = '4.11.0'
project = "RTEMS BSP and Device Driver Development Guide"
latex_documents = [
- ('index', 'bsp_howto.tex', u'RTEMS BSP and Device Driver Development Guide', u'RTEMS Documentation Project', 'manual'),
+ ('index', 'bsp-howto.tex', u'RTEMS BSP and Device Driver Development Guide', u'RTEMS Documentation Project', 'manual'),
]