summaryrefslogtreecommitdiff
path: root/legacy-networking/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'legacy-networking/conf.py')
-rw-r--r--legacy-networking/conf.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/legacy-networking/conf.py b/legacy-networking/conf.py
new file mode 100644
index 0000000..6cc01bc
--- /dev/null
+++ b/legacy-networking/conf.py
@@ -0,0 +1,14 @@
+import sys, os
+sys.path.insert(0, os.path.abspath('../common/'))
+
+from conf import *
+
+project = "RTEMS Legacy Networking User Manual"
+
+latex_documents = [
+ ('index',
+ 'networking.tex',
+ u'RTEMS Legacy Networking User Manual',
+ u'RTEMS Documentation Project',
+ 'manual'),
+]