From d711e04227b7a9c5d9ef486512bfa45d68778925 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 1 Nov 2014 00:19:22 +0000 Subject: Fix merging of version histories in specification documentation. --- wscript | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 343b488..b56f9ff 100644 --- a/wscript +++ b/wscript @@ -270,7 +270,7 @@ def build_index(task): print('warning: %s has no file release\n' % proj) # Get history for this LV2 release - entries = lv2specgen.specHistoryEntries(model, proj) + entries = lv2specgen.specHistoryEntries(model, proj, {}) # Add entries for every spec that has the same distribution ctx = task.generator.bld @@ -288,7 +288,6 @@ def build_index(task): # Generate history for all post-unification LV2 distributions history = lv2specgen.specHistoryMarkup(entries) - global index_lines rows = [] for f in task.inputs: if not f.abspath().endswith('index.html.in'): -- cgit v1.2.1