summaryrefslogtreecommitdiff
path: root/man/Makefile.am
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2022-06-05 12:25:38 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2022-06-11 11:09:40 -0400
commit48eb5a7cb0a7aaacfcb77eba035c5c47d082ab88 (patch)
tree6b5d5eecf1c636e7270d4e5a0720acf2c9d4d619 /man/Makefile.am
parent765e2d2154946a6a9422c0470d6e57fbaf64182b (diff)
downloadxorg-lib-libXft-48eb5a7cb0a7aaacfcb77eba035c5c47d082ab88.tar.gz
amend rule for creating manpage aliases
eliminate too-specific gzip step, rely upon packaging system to do this. Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man/Makefile.am')
-rw-r--r--man/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 25b71be..c5c90d4 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -94,7 +94,7 @@ CLEANFILES = $(libman_DATA) $(Xft_sources)
SUFFIXES = .$(LIB_MAN_SUFFIX) .man
$(Xft_sources) :
- $(AM_V_GEN)echo ".so man$(LIB_MAN_SUFFIX)/Xft.$(LIB_MAN_SUFFIX).gz" | gzip -c > $@
+ $(AM_V_GEN)echo ".so man__libmansuffix__/Xft.__libmansuffix__" > $@
# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
.man.$(LIB_MAN_SUFFIX):