summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-19 00:05:01 +0000
committerDavid Robillard <d@drobilla.net>2012-04-19 00:05:01 +0000
commit6cbacd96bf44d31d1bd00e46db57d3a1a08af43d (patch)
tree702e7fce95a7c7004d59972de8d9258c51c13eec /wscript
parent5020381c23a204de0d694aee62001606777df05e (diff)
downloadlilv-6cbacd96bf44d31d1bd00e46db57d3a1a08af43d.tar.gz
lilv-6cbacd96bf44d31d1bd00e46db57d3a1a08af43d.tar.bz2
lilv-6cbacd96bf44d31d1bd00e46db57d3a1a08af43d.zip
Update documentation stuff.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4203 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/wscript b/wscript
index 6ad69e0..628d7c1 100644
--- a/wscript
+++ b/wscript
@@ -346,9 +346,9 @@ def fix_docs(ctx):
os.chdir(build_dir(ctx, 'doc/html'))
os.system("sed -i 's/LILV_API //' group__lilv.html")
os.system("sed -i 's/LILV_DEPRECATED //' group__lilv.html")
+ os.system("sed -i 's/href=\"doc\/style.css\"/href=\"style.css\"/' group__lilv.html")
os.remove('index.html')
- os.symlink('group__lilv.html',
- 'index.html')
+ os.symlink('group__lilv.html', 'index.html')
os.chdir(top)
os.chdir(build_dir(ctx, 'doc/man/man3'))
os.system("sed -i 's/LILV_API //' lilv.3")