diff options
author | David Robillard <d@drobilla.net> | 2012-02-28 19:03:15 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-02-28 19:03:15 +0000 |
commit | 99e17726280eb0dc685c75757468771727e35981 (patch) | |
tree | 250fa99a80a8ea20ce818b3ebaf4e823c743ee4c /wscript | |
parent | 359ccc7ff02e41c5b1a5672700cf89ec6b9d9032 (diff) | |
download | lv2-99e17726280eb0dc685c75757468771727e35981.tar.xz |
Fix documentation links.
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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) |