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

AUTOMAKE_OPTIONS = 1.7

NULL =

dist_man1_MANS =			\
		ipa-getkeytab.1		\
		ipa-rmkeytab.1		\
		ipa-client-install.1	\
		ipa-client-automount.1	\
		ipa-certupdate.1	\
		ipa-join.1		\
		ipa.1

dist_man5_MANS =			\
		default.conf.5

MAINTAINERCLEANFILES =          \
	Makefile.in		\
	$(NULL)