~ubuntu-branches/ubuntu/trusty/freeipa/trusty-proposed

« back to all changes in this revision

Viewing changes to ipa-client/man/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2013-09-03 17:13:27 UTC
  • Revision ID: package-import@ubuntu.com-20130903171327-s3f56x6vxz0o1jq5
Tags: upstream-3.3.4
ImportĀ upstreamĀ versionĀ 3.3.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This file will be processed with automake-1.7 to create Makefile.in
 
2
 
 
3
AUTOMAKE_OPTIONS = 1.7
 
4
 
 
5
NULL =
 
6
 
 
7
man1_MANS =                             \
 
8
                ipa-getkeytab.1         \
 
9
                ipa-rmkeytab.1          \
 
10
                ipa-client-install.1    \
 
11
                ipa-client-automount.1  \
 
12
                ipa-join.1
 
13
 
 
14
man5_MANS =                             \
 
15
                default.conf.5
 
16
        
 
17
install-data-hook:
 
18
        @for i in $(man1_MANS) ; do gzip -f $(DESTDIR)$(man1dir)/$$i ; done
 
19
        @for i in $(man5_MANS) ; do gzip -f $(DESTDIR)$(man5dir)/$$i ; done
 
20
 
 
21
MAINTAINERCLEANFILES =          \
 
22
        Makefile.in             \
 
23
        $(NULL)