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