summaryrefslogtreecommitdiffstats
path: root/client
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 /client
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 'client')
-rw-r--r--client/man/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/client/man/Makefile.am b/client/man/Makefile.am
index f81f10f47..fbee4d38b 100644
--- a/client/man/Makefile.am
+++ b/client/man/Makefile.am
@@ -15,10 +15,6 @@ dist_man1_MANS = \
dist_man5_MANS = \
default.conf.5
-
-install-data-hook:
- @for i in $(man1_MANS) ; do gzip -f $(DESTDIR)$(man1dir)/$$i ; done
- @for i in $(man5_MANS) ; do gzip -f $(DESTDIR)$(man5dir)/$$i ; done
MAINTAINERCLEANFILES = \
Makefile.in \