freeipa/ipa-client/man/Makefile.am
2008-02-25 16:34:00 -05:00

9 lines
210 B
Makefile

# 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