freeipa/ipa-client/man/Makefile.am

23 lines
454 B
Makefile
Raw Normal View History

# This file will be processed with automake-1.7 to create Makefile.in
AUTOMAKE_OPTIONS = 1.7
NULL =
man1_MANS = \
2008-03-17 17:04:49 -05:00
ipa-getkeytab.1 \
ipa-rmkeytab.1 \
2009-10-08 10:10:21 -05:00
ipa-client-install.1 \
ipa-join.1
man5_MANS = \
default.conf.5
2008-03-17 17:04:49 -05:00
2008-02-25 15:34:00 -06:00
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 \
$(NULL)