diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-12-11 12:29:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-22 01:21:00 +0100 |
| commit | 5a4cfc26e74881a1307953b8e91f344e7648bac0 (patch) | |
| tree | 20251f116c947b6aa1c35ce9f8576502ddc45c9d /wscript | |
| parent | 3641ceb3240c162e5d080b7aedc8e1ebb9d49952 (diff) | |
Install DTD/XSD files.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -224,6 +224,9 @@ def build(bld): if not bld.env.DISABLE_EXAMPLES: bld.recurse('examples') + for i in ['SMPTE-429-7-2006-CPL.xsd', 'SMPTE-429-8-2006-PKL.xsd', 'SMPTE-429-9-2007-AM.xsd', 'xmldsig-core-schema.xsd', 'XMLSchema.dtd', 'XMLSchema.xsd', 'xml.xsd' ]: + bld.install_files('${PREFIX}/share/libdcp/xsd', os.path.join('xsd', i)) + bld.add_post_fun(post) def dist(ctx): |
