diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-03-28 20:35:04 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-03-28 20:35:04 (GMT) |
commit | 1803d2e9169c1fae676213d2eaead86babc02a4c (patch) | |
tree | 109f12f459db437caa93035fb31346b32ea1763f /Documentation/SwiftenDevelopersGuide/SConscript | |
parent | 335d3d25e07ddcf7c00ba3b2550858a2374dd3db (diff) | |
download | swift-1803d2e9169c1fae676213d2eaead86babc02a4c.zip swift-1803d2e9169c1fae676213d2eaead86babc02a4c.tar.bz2 |
Renaming Swiften Developers Guide.
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 3aec8d0..145663f 100644 --- a/Documentation/SwiftenDevelopersGuide/SConscript +++ b/Documentation/SwiftenDevelopersGuide/SConscript @@ -2,4 +2,4 @@ Import("env") env.Tool("DocBook", toolpath = ["#/BuildTools/DocBook/SCons"]) -env.DocBook("SwiftenDevelopersGuide.xml") +env.DocBook("Swiften Developers Guide.xml") |