diff options
Diffstat (limited to 'doc/python10/SConstruct')
-rw-r--r-- | doc/python10/SConstruct | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/python10/SConstruct b/doc/python10/SConstruct index 2544cf4..4dc69b1 100644 --- a/doc/python10/SConstruct +++ b/doc/python10/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 # |