summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-11-02 14:05:51 +1100
committerChris Johns <chrisj@rtems.org>2018-11-03 16:36:32 +1100
commit21c1a4492a6c437d057c3af605278e9ba5edcac0 (patch)
treeccb1a3b5d51c57af2aad3621220102b03344ea03 /wscript
parentUser: Simplify the top level headings. (diff)
downloadrtems-docs-21c1a4492a6c437d057c3af605278e9ba5edcac0.tar.bz2
waf: Add support to build PlantUML and Ditaa images.
Diffstat (limited to 'wscript')
-rw-r--r--wscript6
1 files changed, 6 insertions, 0 deletions
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)