From bcabb502977e3680b955c131f037f8d817a3af4f Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 13 Apr 2024 16:07:00 -0700 Subject: 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 Part-of: --- man/Xmark.man | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man/Xmark.man') 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@) -- cgit v1.2.3