aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/wscript b/wscript
index ea9aed7..ca8860d 100644
--- a/wscript
+++ b/wscript
@@ -275,3 +275,7 @@ def posts(ctx):
{ 'Author' : 'drobilla',
'Tags' : 'Hacking, LAD, LV2, Jalv' },
os.path.join(out, 'posts'))
+
+def dist(ctx):
+ ctx.base_path = ctx.path
+ ctx.excl = ctx.get_excl() + ' .gitmodules'