summaryrefslogtreecommitdiffstats
path: root/ipatests
diff options
context:
space:
mode:
authorPetr Spacek <pspacek@redhat.com>2016-11-04 13:36:45 +0100
committerMartin Babinsky <mbabinsk@redhat.com>2016-11-09 13:08:32 +0100
commitdc5699a8a40dd27ffd25d9ad3185ba40d93ec95b (patch)
tree365cf18540e810c8e3045cdc4f399422bcd66026 /ipatests
parentcc6382550fcf32bd4b843c922c10c5a5d247dd38 (diff)
downloadfreeipa-dc5699a8a40dd27ffd25d9ad3185ba40d93ec95b.tar.gz
freeipa-dc5699a8a40dd27ffd25d9ad3185ba40d93ec95b.tar.xz
freeipa-dc5699a8a40dd27ffd25d9ad3185ba40d93ec95b.zip
Build: do not compress manual pages at install time
At the time of this writting https://fedoraproject.org/wiki/Packaging:Guidelines#Manpages says this: When installing man pages, note that they should be installed uncompressed as the build system will compress them as needed. The compression method may change, so it is important to reference the pages in the %files section with a pattern that takes this into account: %{_mandir}/man1/foo.1* Removing the compression also allows to remove several install-data-hook targets from Makefile.am files. https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
Diffstat (limited to 'ipatests')
-rw-r--r--ipatests/man/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/ipatests/man/Makefile.am b/ipatests/man/Makefile.am
index 23a91f0a5..6b79128b4 100644
--- a/ipatests/man/Makefile.am
+++ b/ipatests/man/Makefile.am
@@ -10,9 +10,6 @@ dist_man1_MANS = \
ipa-test-task.1 \
$(NULL)
-install-data-hook:
- @for i in $(man1_MANS) ; do gzip -f $(DESTDIR)$(man1dir)/$$i ; done
-
MAINTAINERCLEANFILES = \
Makefile.in \
$(NULL)