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

AUTOMAKE_OPTIONS = 1.7

NULL =

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

MAINTAINERCLEANFILES =          \
	Makefile.in		\
	$(NULL)