diff mbox

[Branch,~glcompbench-dev/glcompbench/trunk] Rev 71: Build, Doc: Produce man page for 'glproxy' flavor.

Message ID 20111214181215.10230.3173.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

alexandros.frantzis@linaro.org Dec. 14, 2011, 6:12 p.m. UTC
------------------------------------------------------------
revno: 71
committer: Alexandros Frantzis <alexandros.frantzis@linaro.org>
branch nick: trunk
timestamp: Wed 2011-12-14 13:38:03 +0200
message:
  Build,Doc: Produce man page for 'glproxy' flavor.
modified:
  doc/wscript_build


--
lp:glcompbench
https://code.launchpad.net/~glcompbench-dev/glcompbench/trunk

You are subscribed to branch lp:glcompbench.
To unsubscribe from this branch go to https://code.launchpad.net/~glcompbench-dev/glcompbench/trunk/+edit-subscription
diff mbox

Patch

=== 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',