From: Paul Brossier Date: Fri, 16 Dec 2016 12:02:54 +0000 (+0100) Subject: wscript: remove full.cfg from tarball X-Git-Tag: 0.4.4~49 X-Git-Url: https://git.aubio.org/?p=aubio.git;a=commitdiff_plain;h=e57a7d4c0530615c9b9eabc679ff16291dc14c19 wscript: remove full.cfg from tarball --- diff --git a/wscript b/wscript index deef1e6a..ed217a90 100644 --- 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'