[PATCH rtems-libbsd 3/5] libbsd: Add conf.py and wscript for the libbsd doc.

Husni Faiz ahamedhusni73 at gmail.com
Sun Aug 1 19:25:44 UTC 2021


Signed-off-by: Husni Faiz <ahamedhusni73 at gmail.com>
---
 libbsd/conf.py | 14 ++++++++++++++
 libbsd/wscript |  7 +++++++
 2 files changed, 21 insertions(+)
 create mode 100644 libbsd/conf.py
 create mode 100644 libbsd/wscript

diff --git a/libbsd/conf.py b/libbsd/conf.py
new file mode 100644
index 0000000..3f76889
--- /dev/null
+++ b/libbsd/conf.py
@@ -0,0 +1,14 @@
+import sys, os
+sys.path.insert(0, os.path.abspath('../common/'))
+
+from conf import *
+
+project = "RTEMS LibBSD User Manual"
+
+latex_documents = [
+    ('index',
+     'libbsd.tex',
+     u'RTEMS LibBSD User Manual',
+     u'RTEMS Documentation Project',
+     'manual'),
+]
diff --git a/libbsd/wscript b/libbsd/wscript
new file mode 100644
index 0000000..4063cd4
--- /dev/null
+++ b/libbsd/wscript
@@ -0,0 +1,7 @@
+from common.waf import cmd_configure as configure
+from common.waf import cmd_build as build
+from common.waf import cmd_options as options
+from common.waf import spell
+from common.waf import cmd_spell
+from common.waf import linkcheck
+from common.waf import cmd_linkcheck
-- 
2.25.1



More information about the devel mailing list