wscript: remove full.cfg from tarball
[aubio.git] / wscript
diff --git a/wscript b/wscript
index deef1e6..ed217a9 100644 (file)
--- a/wscript
+++ b/wscript
@@ -460,6 +460,7 @@ def dist(ctx):
     ctx.excl += ' **/**.zip **/**.tar.bz2'
     ctx.excl += ' **.tar.bz2'
     ctx.excl += ' **/doc/full/* **/doc/web/*'
+    ctx.excl += ' **/doc/full.cfg'
     ctx.excl += ' **/python/*.db'
     ctx.excl += ' **/python.old/*'
     ctx.excl += ' **/python/*/*.old'