summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xsd/build/root.build7
1 files changed, 4 insertions, 3 deletions
diff --git a/xsd/build/root.build b/xsd/build/root.build
index 8589e33..2b83ae1 100644
--- a/xsd/build/root.build
+++ b/xsd/build/root.build
@@ -29,6 +29,7 @@ cxx.poptions =+ "-I$out_root" "-I$src_root"
#
# Note that cat is a builtin which means this is both portable and fast.
#
-copyright = $process.run_regex(cat $src_root/LICENSE, \
- 'Copyright \(c\) (.+)\.', \
- '\1')
+if ($build.mode != 'skeleton')
+ copyright = $process.run_regex(cat $src_root/LICENSE, \
+ 'Copyright \(c\) (.+)\.', \
+ '\1')