summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-02 00:59:53 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-02 00:59:53 +0100
commitc0d89a899f236c26fdb7c8529c601377839b19fd (patch)
treeca75c2da21b303d0cf84ff6a097904f7e1c53bb9 /wscript
parent1dd701e960a38042b8aea2bfe01fa350e40fcf7f (diff)
Try to exclude a few bits from the dist.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 4a6504c9e..1e5adb86c 100644
--- a/wscript
+++ b/wscript
@@ -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'):