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/Xmark.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/Xmark.man')
-rw-r--r-- | man/Xmark.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/Xmark.man b/man/Xmark.man index 4e91162..215e7b7 100644 --- a/man/Xmark.man +++ b/man/Xmark.man @@ -1,6 +1,6 @@ .\" This manpage was written by Richard Braakman and is licensed under the .\" XFree86 license. -.TH Xmark 1 __xorgversion__ +.TH Xmark 1 "@PACKAGE_STRING@" "@XORG_MAN_PAGE@" .SH NAME Xmark \- summarize x11perf results .SH SYNTAX @@ -63,4 +63,4 @@ by x11perf in the expected way. .BR "Diagnostic: ERROR: sum of weights =" nnn ", not equal to 4566.0;" There is an internal error in Xmark. .SH "SEE ALSO" -X(__miscmansuffix__), x11perf(__appmansuffix__), x11perfcomp(__appmansuffix__) +X(@MISC_MAN_SUFFIX@), x11perf(@APP_MAN_SUFFIX@), x11perfcomp(@APP_MAN_SUFFIX@) |