summaryrefslogtreecommitdiff
path: root/doc/developer
diff options
context:
space:
mode:
authorDirk Baechle <dl9obn@darc.de>2013-05-04 01:15:51 +0200
committerDirk Baechle <dl9obn@darc.de>2013-05-04 01:15:51 +0200
commit1fbefd24e5d0fb8d5ee4bc5829d57d2fe3c9a7d8 (patch)
treedb7c1f8052480a8c5cabc7bb8bc18a08314453bf /doc/developer
parent0b4c8dabb0991e9ed9255de97aef1a130b9bb903 (diff)
downloadscons-1fbefd24e5d0fb8d5ee4bc5829d57d2fe3c9a7d8.tar.gz
- relinked the build of all documentation outputs to the bootstrap process
- corrected the doc folder SConscripts and added XSL and titlepage files where required
Diffstat (limited to 'doc/developer')
-rw-r--r--doc/developer/SConstruct3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/developer/SConstruct b/doc/developer/SConstruct
index 573c404e..c97dc6cf 100644
--- a/doc/developer/SConstruct
+++ b/doc/developer/SConstruct
@@ -32,8 +32,7 @@ env = Environment(ENV={'PATH' : os.environ['PATH']},
has_pdf = False
if (env.WhereIs('fop') or
- env.WhereIs('xep') or
- env.WhereIs('jw')):
+ env.WhereIs('xep')):
has_pdf = True
#