summaryrefslogtreecommitdiffstats
path: root/ipa-client
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2008-05-05 15:25:28 -0400
committerSimo Sorce <ssorce@redhat.com>2008-05-07 18:26:03 -0400
commit570b71372f097ed986f9435d3d9795b21312060f (patch)
tree1812a80f2e9e6975733d3197332ec9387df4fc31 /ipa-client
parent6f4d71d2cc74a656a3dd4376e367e51c23ec2769 (diff)
downloadfreeipa-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.am3
-rw-r--r--ipa-client/man/Makefile.am6
2 files changed, 9 insertions, 0 deletions
diff --git a/ipa-client/Makefile.am b/ipa-client/Makefile.am
index 639dbb81..b93e6f35 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 f2cc876a..7d0a3aa4 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)