diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-02 00:59:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-02 00:59:53 +0100 |
| commit | c0d89a899f236c26fdb7c8529c601377839b19fd (patch) | |
| tree | ca75c2da21b303d0cf84ff6a097904f7e1c53bb9 /wscript | |
| parent | 1dd701e960a38042b8aea2bfe01fa350e40fcf7f (diff) | |
Try to exclude a few bits from the dist.
Diffstat (limited to 'wscript')
| -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 .lock*' + ctx.excl = 'TODO core *~ src/wx/*~ src/lib/*~ .waf* build .git deps alignment hacks sync *.tar.bz2 *.exe .lock* *build-windows doc/manual/pdf doc/manual/html' def create_version_cc(version): if os.path.exists('.git'): |
