diff options
author | David Robillard <d@drobilla.net> | 2012-02-23 04:17:01 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-02-23 04:17:01 +0000 |
commit | 55ff753b52b08a3ee987376faa528c93e7a84184 (patch) | |
tree | 82db75bf367c1dd70ca80c7bb60741474c75c0c0 /wscript | |
parent | 9423949cfe2975a5ed13c514c623127325919070 (diff) | |
download | sratom-55ff753b52b08a3ee987376faa528c93e7a84184.tar.gz sratom-55ff753b52b08a3ee987376faa528c93e7a84184.tar.bz2 sratom-55ff753b52b08a3ee987376faa528c93e7a84184.zip |
Clean up API.
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@3997 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -171,9 +171,6 @@ def fix_docs(ctx): os.symlink('group__sratom.html', 'index.html') os.chdir(top) - os.chdir(build_dir(ctx, 'doc/man/man3')) - os.system("sed -i 's/SRATOM_API //' sratom.3") - os.chdir(top) except: Logs.error("Failed to fix up %s documentation" % APPNAME) |