diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-04-07 12:53:58 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-04-07 12:53:58 -0700 |
commit | 2b5316265c5ce6c7dbd8f726826d5d5a7385febd (patch) | |
tree | d0603d97524973dfd95c5c70fcce0d309cb31206 /man/appres.man | |
parent | 888aece87c0af4e0b326d4d92fcc079f249a7f73 (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/app/appres/-/merge_requests/4>
Diffstat (limited to 'man/appres.man')
-rw-r--r-- | man/appres.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/appres.man b/man/appres.man index 10ec801..8e78a9d 100644 --- a/man/appres.man +++ b/man/appres.man @@ -22,7 +22,7 @@ .\" other dealings in this Software without prior written authorization .\" from The Open Group. .\" -.TH APPRES 1 __xorgversion__ +.TH APPRES 1 "@PACKAGE_STRING@" "@XORG_MAN_PAGE@" .SH NAME appres \- list X application resource database .SH SYNOPSIS @@ -86,6 +86,6 @@ will list the resources matching the \fIxterm\fP vt100 widget. The -V option prints the appres command version and exits. .SH "SEE ALSO" .PP -X(__miscmansuffix__), xrdb(__appmansuffix__), listres(__appmansuffix__) +X(@MISC_MAN_SUFFIX@), xrdb(@APP_MAN_SUFFIX@), listres(@APP_MAN_SUFFIX@) .SH AUTHOR Jim Fulton, MIT X Consortium |