summaryrefslogtreecommitdiffstats
path: root/common/latex.py
diff options
context:
space:
mode:
Diffstat (limited to 'common/latex.py')
-rw-r--r--common/latex.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/latex.py b/common/latex.py
index bf5c91d..7f2765c 100644
--- a/common/latex.py
+++ b/common/latex.py
@@ -107,7 +107,6 @@ def local_packages():
return packages
def configure_tests(conf):
-
#
# Using a hint from ita (thank you) :
# https://github.com/waf-project/waf/blob/master/demos/tex/wscript
@@ -164,4 +163,6 @@ def configure_tests(conf):
if fails == 0:
conf.env.RTEMSEXTRAFONTS = 'rtemsextrafonts.sty'
else:
+ if not conf.options.disable_extra_fonts:
+ conf.fatal('Extra fonts not found, install or use --disable-extra-fonts')
conf.env.RTEMSEXTRAFONTS = 'rtemsextrafonts-null.sty'