From 99e17726280eb0dc685c75757468771727e35981 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 28 Feb 2012 19:03:15 +0000 Subject: Fix documentation links. --- wscript | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 8f97d8f..72d99ff 100644 --- a/wscript +++ b/wscript @@ -143,10 +143,8 @@ def specgen(task): specdoc = lv2specgen.specgen( spec.abspath(), SPECGENDIR, - os.path.relpath('build/doc', bundle), os.path.relpath(STYLEPATH, bundle), - os.path.abspath('build'), - 'doc/html/', + os.path.relpath('build/doc/html', bundle), TAGFILE, instances=True) -- cgit v1.2.1