shithub: aubio

Download patch

ref: b4d1ba15e95e3ce6f62ddfc395c1950f5fa785e5
parent: 735a7394485494e3064f653c2096576d2db4b0d2
author: Paul Brossier <piem@piem.org>
date: Tue Oct 15 19:52:52 EDT 2013

wscript: improve dist target

--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,5 @@
 python/MANIFEST
 python/*.db
 python/*.wav
+
+aubio-*.tar.bz2
--- a/wscript
+++ b/wscript
@@ -245,3 +245,12 @@
           Logs.pprint('RED', msg)
           msg ='   Paul Brossier <piem@aubio.org>'
           Logs.pprint('RED', msg)
+
+
+def dist(ctx):
+    ctx.excl  = ' **/.waf-1* **/*~ **/*.pyc **/*.swp **/.lock-w* **/.git*'
+    ctx.excl += ' **/build/*'
+    ctx.excl += ' **/python/gen **/python/build **/python/dist **/**.tar.bz2'
+    ctx.excl += ' **/doc/full/*'
+    ctx.excl += ' **/python/*.db'
+    ctx.excl += ' **/python.old/*'