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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | man/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index 76a8224..0c8ce75 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -5,8 +5,3 @@ appman_DATA = $(appman_PRE:man=$(APP_MAN_SUFFIX)) EXTRA_DIST = $(appman_PRE) CLEANFILES = $(appman_DATA) -SUFFIXES = .$(APP_MAN_SUFFIX) .man - -# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure -.man.$(APP_MAN_SUFFIX): - $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ |