From a48fb637e071eef40eb967f9d01c64cf81d9e632 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Mon, 5 May 2008 15:25:28 -0400 Subject: Second half of the redoing how the version is managed. --- ipa-client/Makefile.am | 3 +++ ipa-client/man/Makefile.am | 6 ++++++ 2 files changed, 9 insertions(+) (limited to 'ipa-client') diff --git a/ipa-client/Makefile.am b/ipa-client/Makefile.am index 3379eea8..4f4d377d 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 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) -- cgit