diff options
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -143,7 +143,7 @@ def specgen(task): specdoc = lv2specgen.specgen( spec.abspath(), SPECGENDIR, - os.path.relpath('doc', bundle), + os.path.relpath('build/doc', bundle), os.path.relpath(STYLEPATH, bundle), os.path.abspath('build'), 'doc/html/', |