summaryrefslogtreecommitdiffstats
path: root/book/conf.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--book/conf.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/book/conf.py b/book/conf.py
index 5e042a7..4726f1e 100644
--- a/book/conf.py
+++ b/book/conf.py
@@ -6,3 +6,7 @@ from conf import *
version = '1.0'
release = '5.0'
+latex_documents = [
+ ('index', 'book.tex', u'RTEMS Book', u'RTEMS Documentation Project', 'manual'),
+]
+