diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-04-13 16:07:00 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-04-13 16:07:00 -0700 |
commit | bcabb502977e3680b955c131f037f8d817a3af4f (patch) | |
tree | f1635175f33b7e6c9a9999385763286a978edede /man/x11perfcomp.man | |
parent | ebab5f63aaab943a8e6495fbac0cd5c41869d286 (diff) |
configure: use @-style substitutions for man pages instead of __-style
Moves substitution of variables from Makefile.am to configure.ac
in preparation for allowing meson.build to do the same.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/9>
Diffstat (limited to 'man/x11perfcomp.man')
-rw-r--r-- | man/x11perfcomp.man | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/x11perfcomp.man b/man/x11perfcomp.man index 4f567d2..0c8b013 100644 --- a/man/x11perfcomp.man +++ b/man/x11perfcomp.man @@ -23,7 +23,7 @@ .\" from The Open Group. .\" .\" -.TH X11PERFCOMP 1 __xorgversion__ +.TH X11PERFCOMP 1 "@PACKAGE_STRING@" "@XORG_MAN_PAGE@" .SH NAME x11perfcomp \- X11 server performance comparison program .SH SYNTAX @@ -33,7 +33,7 @@ x11perfcomp \- X11 server performance comparison program The .I x11perfcomp program merges the output of several -.I x11perf(__appmansuffix__) +.I x11perf(@APP_MAN_SUFFIX@) runs into a nice tabular format. It takes the results in each file, fills in any missing test results if necessary, and for each test shows the objects/second rate of each server. @@ -73,7 +73,7 @@ Specifies a label file to use. .SH X DEFAULTS There are no X defaults used by this program. .SH "SEE ALSO" -X(__miscmansuffix__), x11perf(__appmansuffix__) +X(@MISC_MAN_SUFFIX@), x11perf(@APP_MAN_SUFFIX@) .SH AUTHORS Mark Moraes wrote the original scripts to compare servers. .br |