summaryrefslogtreecommitdiffstats
path: root/ipa-client/man/Makefile.am
blob: 612f6f74f1265eeda93ba97105ea2e7806107c6e (plain)
1
2
3
4
5
6
7
8
# This file will be processed with automake-1.7 to create Makefile.in

AUTOMAKE_OPTIONS = 1.7

man_MANS = ipa-getkeytab.1

install-data-hook:
	@for i in $(man_MANS) ; do gzip -f $(DESTDIR)$(man1dir)/$$i ; done