From 21c1a4492a6c437d057c3af605278e9ba5edcac0 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 2 Nov 2018 14:05:51 +1100 Subject: waf: Add support to build PlantUML and Ditaa images. --- wscript | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 8fd22ac..5ce7f0d 100644 --- a/wscript +++ b/wscript @@ -53,6 +53,12 @@ def coverpage_js(ctx): o.write(js.replace('@CATALOGUE', xml)) def build(ctx): + # + # Generate any PlantUML images if enabled. + # + ctx.recurse('images') + ctx.add_group('images') + for b in building: ctx.recurse(b) -- cgit v1.2.3