summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/SConscript4
-rw-r--r--Documentation/SwiftenDevelopersGuide/SConscript2
2 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/SConscript b/Documentation/SConscript
index 45dd35a..f4d22db 100644
--- a/Documentation/SConscript
+++ b/Documentation/SConscript
@@ -1,4 +1,4 @@
Import("env")
-#if env["SCONS_STAGE"] == "build" :
-# SConscript(dirs = ["SwiftenDevelopersGuide"])
+if env["SCONS_STAGE"] == "build" :
+ SConscript(dirs = ["SwiftenDevelopersGuide"])
diff --git a/Documentation/SwiftenDevelopersGuide/SConscript b/Documentation/SwiftenDevelopersGuide/SConscript
index 5e19a05..3aec8d0 100644
--- a/Documentation/SwiftenDevelopersGuide/SConscript
+++ b/Documentation/SwiftenDevelopersGuide/SConscript
@@ -1,5 +1,5 @@
Import("env")
-env.Tool("DocBook", toolpath = ["#/DocBook/SCons"])
+env.Tool("DocBook", toolpath = ["#/BuildTools/DocBook/SCons"])
env.DocBook("SwiftenDevelopersGuide.xml")