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:27:11 -0400
commita48fb637e071eef40eb967f9d01c64cf81d9e632 (patch)
tree924e407419af3cf1917fcac93fba9174df479266 /ipa-client
parente11b45bce4228b01f0c0a5d3d684a7a668dab4a7 (diff)
downloadfreeipa-a48fb637e071eef40eb967f9d01c64cf81d9e632.tar.gz
freeipa-a48fb637e071eef40eb967f9d01c64cf81d9e632.tar.xz
freeipa-a48fb637e071eef40eb967f9d01c64cf81d9e632.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 3379eea8c..4f4d377d6 100644
--- a/ipa-client/Makefile.am
+++ b/ipa-client/Makefile.am
@@ -60,6 +60,7 @@ MAINTAINERCLEANFILES = \
intltool-*.in \
compile \
configure \
+ COPYING \
INSTALL \
install-sh \
missing \
@@ -71,6 +72,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)