[rtems-docs commit] waf: Get a copy of the optional packages.

Chris Johns chrisj at rtems.org
Tue Nov 8 05:08:59 UTC 2016


Module:    rtems-docs
Branch:    master
Commit:    227aaea4948118e3e79311ea90e4c2c5f756b873
Changeset: http://git.rtems.org/rtems-docs/commit/?id=227aaea4948118e3e79311ea90e4c2c5f756b873

Author:    Chris Johns <chrisj at rtems.org>
Date:      Tue Nov  8 16:08:54 2016 +1100

waf: Get a copy of the optional packages.

---

 common/latex.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/latex.py b/common/latex.py
index b3ca60c..bf5c91d 100644
--- a/common/latex.py
+++ b/common/latex.py
@@ -128,7 +128,7 @@ def configure_tests(conf):
 
     tests = sorted(package_tests.keys())
     local_packs = local_packages()
-    excludes = package_optional
+    excludes = [p for p in package_optional]
     if local_packs is not None:
         excludes += [p[:p.rfind('.')] for p in local_packs]
     for e in excludes:
@@ -157,7 +157,7 @@ def configure_tests(conf):
                       msg = "Checking for Tex package '%s'" % (t),
                       tex_test = t,
                       okmsg = 'ok',
-                      errmsg = 'degraded fonts',
+                      errmsg = 'not found (degraded fonts)',
                       mandatory = False)
         if r is None:
             fails += 1



More information about the vc mailing list