diff options
Diffstat (limited to 'Documentation/SwiftenDevelopersGuide/SConscript')
-rw-r--r-- | Documentation/SwiftenDevelopersGuide/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
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") |