aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlexandros Frantzis <alexandros.frantzis@linaro.org>2011-01-25 02:59:11 +0200
committerAlexandros Frantzis <alexandros.frantzis@linaro.org>2011-01-25 02:59:11 +0200
commit0a3adaf397905eb2c88d7316c9fed7ed726bfc29 (patch)
treee5bb8a1643192365de9ea172358de5da0cb01594 /doc
parent401fe78d4ac9a7ee4cd2d13cf83b92da41d284b4 (diff)
downloadglmark2-0a3adaf397905eb2c88d7316c9fed7ed726bfc29.tar.gz
Upgrade build system to waf 1.6.2.
Diffstat (limited to 'doc')
-rw-r--r--doc/wscript_build8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/wscript_build b/doc/wscript_build
index 3f490d3..c11ebe0 100644
--- a/doc/wscript_build
+++ b/doc/wscript_build
@@ -1,7 +1,7 @@
if bld.env.USE_GL:
- bld.install_files('${PREFIX}/share/man/man1',
- bld.path.ant_glob('glmark2.1'))
+ bld.install_files('${PREFIX}/share/man/man1',
+ bld.path.ant_glob('glmark2.1'))
if bld.env.USE_GLESv2:
- bld.install_files('${PREFIX}/share/man/man1',
- bld.path.ant_glob('glmark2-es2.1'))
+ bld.install_files('${PREFIX}/share/man/man1',
+ bld.path.ant_glob('glmark2-es2.1'))