diff options
author | David Robillard <d@drobilla.net> | 2011-05-24 19:44:21 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-05-24 19:44:21 +0000 |
commit | 1e091682c7f5fdd9dbadb92a1ab1d4c2590f5bab (patch) | |
tree | bb796d93c81db09db359e2b18d90e04c8739e75b /wscript | |
parent | d1219ce63271108bc5f65a67c5f97e394b4fe9dd (diff) | |
download | lilv-1e091682c7f5fdd9dbadb92a1ab1d4c2590f5bab.tar.gz lilv-1e091682c7f5fdd9dbadb92a1ab1d4c2590f5bab.tar.bz2 lilv-1e091682c7f5fdd9dbadb92a1ab1d4c2590f5bab.zip |
Automatically fix up documentation on build
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3313 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -279,6 +279,8 @@ def build(bld): bld.install_files('${PYTHONDIR}', 'bindings/lilv.py') bld.add_post_fun(autowaf.run_ldconfig) + if bld.env['DOCS']: + bld.add_post_fun(fix_docs) def fix_docs(ctx): try: |