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

AUTOMAKE_OPTIONS = 1.7

man_MANS = 				\
		ipa-getkeytab.1		\
		ipa-client-install.1
	
install-data-hook:
	@for i in $(man_MANS) ; do gzip -f $(DESTDIR)$(man1dir)/$$i ; done