summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-12-30 18:23:17 +0000
committerDavid Robillard <d@drobilla.net>2013-12-30 18:23:17 +0000
commit355c916e41e4dde405f87f81a333106709e78835 (patch)
treeaa1565d7448c4d8f79fe7b92bfd717be00a1639a /wscript
parent9dc1556740cb8fb22dc6ed03f3e3d9100bdff515 (diff)
downloadganv-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--wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/wscript b/wscript
index 431609c..13b750d 100644
--- a/wscript
+++ b/wscript
@@ -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())