diff options
author | Rob Crittenden <rcritten@redhat.com> | 2008-05-05 15:25:28 -0400 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2008-05-07 18:26:03 -0400 |
commit | 570b71372f097ed986f9435d3d9795b21312060f (patch) | |
tree | 1812a80f2e9e6975733d3197332ec9387df4fc31 /ipa-client | |
parent | 6f4d71d2cc74a656a3dd4376e367e51c23ec2769 (diff) | |
download | freeipa-570b71372f097ed986f9435d3d9795b21312060f.tar.gz freeipa-570b71372f097ed986f9435d3d9795b21312060f.tar.xz freeipa-570b71372f097ed986f9435d3d9795b21312060f.zip |
Second half of the redoing how the version is managed.
Diffstat (limited to 'ipa-client')
-rw-r--r-- | ipa-client/Makefile.am | 3 | ||||
-rw-r--r-- | ipa-client/man/Makefile.am | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/ipa-client/Makefile.am b/ipa-client/Makefile.am index 639dbb813..b93e6f35b 100644 --- a/ipa-client/Makefile.am +++ b/ipa-client/Makefile.am @@ -62,6 +62,7 @@ MAINTAINERCLEANFILES = \ intltool-*.in \ compile \ configure \ + COPYING \ INSTALL \ install-sh \ missing \ @@ -73,6 +74,8 @@ MAINTAINERCLEANFILES = \ Makefile.in \ config.h.* \ aclocal.m4 \ + ipa-client.spec \ + py-compile \ $(NULL) # Creating ChangeLog from hg log (taken from cairo/Makefile.am): diff --git a/ipa-client/man/Makefile.am b/ipa-client/man/Makefile.am index f2cc876a8..7d0a3aa43 100644 --- a/ipa-client/man/Makefile.am +++ b/ipa-client/man/Makefile.am @@ -2,9 +2,15 @@ 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) |