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/x11perf.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/x11perf.man')
-rw-r--r-- | man/x11perf.man | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/x11perf.man b/man/x11perf.man index d7746e4..59d2f4d 100644 --- a/man/x11perf.man +++ b/man/x11perf.man @@ -24,7 +24,7 @@ .\" from The Open Group. .\" .\" -.TH X11PERF 1 __xorgversion__ +.TH X11PERF 1 "@PACKAGE_STRING@" "@XORG_MAN_PAGE@" .SH NAME x11perf \- X11 server performance test program .SH SYNTAX @@ -86,7 +86,7 @@ may be able to use the numbers reports to predict its performance on a given X implementation. .PP That said, you might also want to look at -.I x11perfcomp(__appmansuffix__), +.I x11perfcomp(@APP_MAN_SUFFIX@), a program to compare the outputs of different .I x11perf runs. You provide a list of files containing results from @@ -1040,7 +1040,7 @@ Circulate unmapped window to top. .SH X DEFAULTS There are no X defaults used by this program. .SH "SEE ALSO" -X(__miscmansuffix__), x11perfcomp(__appmansuffix__) +X(@MISC_MAN_SUFFIX@), x11perfcomp(@APP_MAN_SUFFIX@) .SH AUTHORS Joel McCormack .br |