summaryrefslogtreecommitdiffstats
path: root/posix1003-1/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'posix1003-1/conf.py')
-rw-r--r--posix1003-1/conf.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/posix1003-1/conf.py b/posix1003-1/conf.py
new file mode 100644
index 0000000..1d7b4ef
--- /dev/null
+++ b/posix1003-1/conf.py
@@ -0,0 +1,11 @@
+import sys, os
+sys.path.append(os.path.abspath('../common/'))
+
+from conf import *
+
+version = '1.0'
+release = '5.0'
+
+latex_documents = [
+ ('index', 'posix1003-1.tex', u'RTEMS POSIX 1003_1 Documentation', u'RTEMS Documentation Project', 'manual'),
+]