summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/SwiftenDevelopersGuide/SConscript')
-rw-r--r--Documentation/SwiftenDevelopersGuide/SConscript5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/SwiftenDevelopersGuide/SConscript b/Documentation/SwiftenDevelopersGuide/SConscript
new file mode 100644
index 0000000..5e19a05
--- /dev/null
+++ b/Documentation/SwiftenDevelopersGuide/SConscript
@@ -0,0 +1,5 @@
+Import("env")
+
+env.Tool("DocBook", toolpath = ["#/DocBook/SCons"])
+
+env.DocBook("SwiftenDevelopersGuide.xml")