diff options
author | David Robillard <d@drobilla.net> | 2013-12-30 18:23:17 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-12-30 18:23:17 +0000 |
commit | 355c916e41e4dde405f87f81a333106709e78835 (patch) | |
tree | aa1565d7448c4d8f79fe7b92bfd717be00a1639a /wscript | |
parent | 9dc1556740cb8fb22dc6ed03f3e3d9100bdff515 (diff) | |
download | ganv-355c916e41e4dde405f87f81a333106709e78835.tar.gz ganv-355c916e41e4dde405f87f81a333106709e78835.tar.bz2 ganv-355c916e41e4dde405f87f81a333106709e78835.zip |
Remove trailing whitespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5228 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -91,8 +91,8 @@ ganv_source = [ 'src/widget.c' ] -def declare_doc_files(task): - bld = task.generator.bld +def declare_doc_files(task): + bld = task.generator.bld path = bld.path.get_bld().find_or_declare('doc-html') for i in path.ant_glob('*', remove=False): i.sig = Utils.h_file(i.abspath()) |