From 934ddd6669efae6ae1287b8fb5dbb5bd3724b59f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Mar 2019 21:35:31 +0100 Subject: Remove history from top level specifications page This is moving to the homepage, since it clutters up the documentation less, and can be syndicated that way. --- doc/index.html.in | 16 +--------------- wscript | 6 +----- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/doc/index.html.in b/doc/index.html.in index 12040ee..2282d7b 100644 --- a/doc/index.html.in +++ b/doc/index.html.in @@ -32,14 +32,6 @@
-
- - -

@@ -61,12 +53,6 @@
- -

History

-
- @HISTORY@ -
- diff --git a/wscript b/wscript index 5262eaf..9bc362a 100644 --- a/wscript +++ b/wscript @@ -185,9 +185,6 @@ def build_index(task): entries[dist] += lv2specgen.releaseChangeset( m, release, str(name)) - # Generate history for all post-unification LV2 distributions - history = lv2specgen.specHistoryMarkup(entries) - rows = [] for f in task.inputs: if not f.abspath().endswith('index.html.in'): @@ -204,8 +201,7 @@ def build_index(task): subst_file(task.inputs[0].abspath(), task.outputs[0].abspath(), {'@ROWS@': ''.join(rows), '@LV2_VERSION@': VERSION, - '@DATE@': date, - '@HISTORY@': history}) + '@DATE@': date}) def build_spec(bld, path): name = os.path.basename(path) -- cgit v1.2.1