diff options
author | David Robillard <d@drobilla.net> | 2012-04-18 23:41:58 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-18 23:41:58 +0000 |
commit | d8df0d21ab8f2d28c8b0e32670594fa079425a1d (patch) | |
tree | d7574f4dde7900613e30240cbc4d50d1f88131ea /wscript | |
parent | 96d315f5c2fed21c09be94d17ea00b608c1b05df (diff) | |
download | suil-d8df0d21ab8f2d28c8b0e32670594fa079425a1d.tar.gz suil-d8df0d21ab8f2d28c8b0e32670594fa079425a1d.tar.bz2 suil-d8df0d21ab8f2d28c8b0e32670594fa079425a1d.zip |
Update documentation stuff.
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@4202 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -159,9 +159,9 @@ def fix_docs(ctx): os.chdir(build_dir(ctx, 'doc/html')) os.system("sed -i 's/SUIL_API //' group__suil.html") os.system("sed -i 's/SUIL_DEPRECATED //' group__suil.html") + os.system("sed -i 's/href=\"doc\/style.css\"/href=\"style.css\"/' group__suil.html") os.remove('index.html') - os.symlink('group__suil.html', - 'index.html') + os.symlink('group__suil.html', 'index.html') os.chdir(top) os.chdir(build_dir(ctx, 'doc/man/man3')) os.system("sed -i 's/SUIL_API //' suil.3") |