mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-17 14:14:54 +08:00
waf: Users without the extra fonts need to use '--disable-extra-fonts' to build PDF.
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user