index
:
lv2.git
atom-cpp
book
c++
main
static-urids
ui-request-parameter
validation
LV2
d@drobilla.net
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
wscript
5
1 files changed, 4 insertions, 1 deletions
diff --git a/wscript b/wscript
index 86b6aea..7c7161f 100644
--- a/
wscript
+++ b/
wscript
@@ -686,4 +686,7 @@ def news(ctx):
def dist(ctx):
news(ctx)
ctx.archive()
- os.remove('NEWS')
+
+def distcheck(ctx):
+ news(ctx)
+ ctx.archive()