diff options
Diffstat (limited to 'ipa-client/man/Makefile.am')
-rw-r--r-- | ipa-client/man/Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ipa-client/man/Makefile.am b/ipa-client/man/Makefile.am new file mode 100644 index 00000000..7d0a3aa4 --- /dev/null +++ b/ipa-client/man/Makefile.am @@ -0,0 +1,16 @@ +# 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 + +install-data-hook: + @for i in $(man_MANS) ; do gzip -f $(DESTDIR)$(man1dir)/$$i ; done + +MAINTAINERCLEANFILES = \ + Makefile.in \ + $(NULL) |