Message ID | 20111214181215.10230.3173.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'doc/wscript_build' --- doc/wscript_build 2011-12-14 11:37:13 +0000 +++ doc/wscript_build 2011-12-14 11:38:03 +0000 @@ -34,6 +34,18 @@ backends = 'egl-es2' ) +if bld.env.BUILD_GLPROXY: + bld( + features = 'subst', + source = 'glcompbench.1.in', + target = bld.path.find_or_declare('glcompbench.1'), + install_path = '${PREFIX}/share/man/man1', + APPNAME = 'GLCOMPBENCH', + appname = 'glcompbench', + appversion = bld.env.GLCOMPBENCH_VERSION, + backends = 'glx, egl-es2' + ) + bld( features = 'subst', source = 'gl-composite-benchmark.1.in',