diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-28 01:04:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-28 01:04:03 +0100 |
| commit | f7e6d1908b8b74f8d1aa0797829380b500ee4b42 (patch) | |
| tree | bb8afe56cac45118973f71c5637ac9df3350cc15 | |
| parent | 546d2e4e0bfcf5f28308549bfbf7143f91d14f09 (diff) | |
Remove waf lock files from dist.
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ def build(bld): bld.install_files('${PREFIX}/share/icons/hicolor/%s/apps' % r, 'icons/%s/dvdomatic.png' % r) def dist(ctx): - ctx.excl = 'TODO core *~ src/wx/*~ src/lib/*~ .waf* build .git deps alignment hacks sync *.tar.bz2 *.exe' + ctx.excl = 'TODO core *~ src/wx/*~ src/lib/*~ .waf* build .git deps alignment hacks sync *.tar.bz2 *.exe .lock*' def create_version_cc(version): if os.path.exists('.git'): |
