aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-23 01:33:20 +0000
committerDavid Robillard <d@drobilla.net>2012-03-23 01:33:20 +0000
commitb5aa251a88d08f1efca9511ffe2209abd517c226 (patch)
tree80c9cc525c3e084096b3e786d0f41da3a041d7cf /wscript
parent97472398f0cfca2d696958520cd7a89b3b7ea3c4 (diff)
downloadlv2-b5aa251a88d08f1efca9511ffe2209abd517c226.tar.xz
Sort extension index rows.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/wscript b/wscript
index 72d99ff..8f0a76b 100644
--- a/wscript
+++ b/wscript
@@ -257,6 +257,8 @@ def build(bld):
target = ['%s%s.html' % (chop_lv2_prefix(i), name),
index_file])
+ index_files.sort()
+
# Build extension index
obj = bld(rule = build_index,
name = 'index',