summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-10-31 08:55:24 +1100
committerChris Johns <chrisj@rtems.org>2016-10-31 08:55:24 +1100
commitbb923d032f026fa3401dbda9183a128bdb9a70cd (patch)
tree5c65922fa798ff94da10f7e87e07e0e4670aa1d6
parentIgnore waf files. (diff)
downloadrtems-docs-bb923d032f026fa3401dbda9183a128bdb9a70cd.tar.bz2
rsb: Fix the tex name.
-rw-r--r--rsb/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsb/conf.py b/rsb/conf.py
index c12898c..aa400b0 100644
--- a/rsb/conf.py
+++ b/rsb/conf.py
@@ -9,5 +9,5 @@ release = '4.11.0'
project = "RTEMS Source Builder Manual"
latex_documents = [
- ('index', 'c_user.tex', u'RTEMS C Source Builder', u'RTEMS Documentation Project', 'manual'),
+ ('index', 'rsb.tex', u'RTEMS Source Builder', u'RTEMS Documentation Project', 'manual'),
]