diff options
author | Dirk Baechle <dl9obn@darc.de> | 2020-06-21 13:53:50 (GMT) |
---|---|---|
committer | Dirk Baechle <dl9obn@darc.de> | 2020-06-21 13:53:50 (GMT) |
commit | 917afa48a975454fc8280176a729df38ebcde02d (patch) | |
tree | 62f32a540527f5d2220e241317fcf5b787b4363c /doc/SConscript | |
parent | dcd51ed7832daf0151596cf103e3c33ca16e5360 (diff) | |
download | SCons-917afa48a975454fc8280176a729df38ebcde02d.zip SCons-917afa48a975454fc8280176a729df38ebcde02d.tar.gz SCons-917afa48a975454fc8280176a729df38ebcde02d.tar.bz2 |
Fixed Docbook Tool and updated its tests.
Diffstat (limited to 'doc/SConscript')
-rw-r--r-- | doc/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/SConscript b/doc/SConscript index 4ab4200..46fb5ff 100644 --- a/doc/SConscript +++ b/doc/SConscript @@ -44,7 +44,7 @@ try: except ImportError as exc: print("doc: SConsDoc failed to import, the error was:") print(" ImportError: %s" % exc) - print(" Please make sure that python-libxml2 or python-lxml is installed.") + print(" Please make sure that python-lxml is installed.") skip_doc = True fop = whereis('fop') |