diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-02 23:15:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-02 23:15:54 +0100 |
| commit | 5f720d7854043ebe479ac6664595e016c3a1610b (patch) | |
| tree | d2bff27e9b07ccfd11bc70108e3acc935b0983ab /wscript | |
| parent | 7df5aaf407a94e1db0fb8c617e201175aa7d401b (diff) | |
| parent | f7349dc00d86e5005f54ef9e38e99f2eb64ac983 (diff) | |
Merge branch 'master' of ssh://houllier/home/carl/git/dvdomatic
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'): |
