summaryrefslogtreecommitdiffstats
path: root/networking
diff options
context:
space:
mode:
Diffstat (limited to 'networking')
-rw-r--r--networking/conf.py4
-rw-r--r--networking/wscript7
2 files changed, 5 insertions, 6 deletions
diff --git a/networking/conf.py b/networking/conf.py
index 5e042a7..cc244c2 100644
--- a/networking/conf.py
+++ b/networking/conf.py
@@ -6,3 +6,7 @@ from conf import *
version = '1.0'
release = '5.0'
+latex_documents = [
+ ('index', 'networking.tex', u'RTEMS Networking Documentation', u'RTEMS Documentation Project', 'manual'),
+]
+
diff --git a/networking/wscript b/networking/wscript
index 0565c4b..8d66b28 100644
--- a/networking/wscript
+++ b/networking/wscript
@@ -2,10 +2,5 @@ from sys import path
from os.path import abspath
path.append(abspath('../common/'))
-from waf import cmd_configure, cmd_build, spell, cmd_spell
+from waf import cmd_configure as configure, cmd_build as build, spell, cmd_spell, cmd_options as options
-def configure(ctx):
- cmd_configure(ctx)
-
-def build(ctx):
- cmd_build(ctx)