diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-03-01 17:06:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-14 23:05:37 +0100 |
| commit | 64afbd158fae2a21669492599996aa1a53f3c5d6 (patch) | |
| tree | 59e119442fb7ff71e9d14d83b558fb7f011e06f1 /wscript | |
| parent | a023022cfb2b5cc6369ca22f3a99a8dc0831f790 (diff) | |
Add lists of ratings.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -262,6 +262,8 @@ def build(bld): for i in ['language', 'region', 'script', 'variant', 'extlang', 'dcnc']: bld.install_files('${PREFIX}/share/libdcp/tags', os.path.join('tags', i)) + bld.install_files('${PREFIX}/share/libdcp', 'ratings') + bld.add_post_fun(post) def dist(ctx): |
