diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-03-28 20:22:32 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-03-28 20:22:32 (GMT) |
commit | 335d3d25e07ddcf7c00ba3b2550858a2374dd3db (patch) | |
tree | 26a5d95818e3e12ac2811903fe815044fa7f6d73 /Documentation | |
parent | 3afa4f741c26360245dc313bc368f508b26a6b96 (diff) | |
download | swift-335d3d25e07ddcf7c00ba3b2550858a2374dd3db.zip swift-335d3d25e07ddcf7c00ba3b2550858a2374dd3db.tar.bz2 |
Moved DocBook module.
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/SConscript | 4 | ||||
-rw-r--r-- | Documentation/SwiftenDevelopersGuide/SConscript | 2 |
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") |