summaryrefslogtreecommitdiffstats
path: root/ipa-server
diff options
context:
space:
mode:
Diffstat (limited to 'ipa-server')
-rw-r--r--ipa-server/Makefile.am3
-rw-r--r--ipa-server/man/Makefile.am6
-rw-r--r--ipa-server/selinux/Makefile1
3 files changed, 10 insertions, 0 deletions
diff --git a/ipa-server/Makefile.am b/ipa-server/Makefile.am
index 949b39c3..a0e8bdad 100644
--- a/ipa-server/Makefile.am
+++ b/ipa-server/Makefile.am
@@ -50,6 +50,7 @@ MAINTAINERCLEANFILES = \
intltool-*.in \
compile \
configure \
+ COPYING \
INSTALL \
install-sh \
missing \
@@ -61,6 +62,8 @@ MAINTAINERCLEANFILES = \
Makefile.in \
config.h.* \
aclocal.m4 \
+ ipa-server.spec \
+ py-compile \
$(NULL)
# Creating ChangeLog from hg log (taken from cairo/Makefile.am):
diff --git a/ipa-server/man/Makefile.am b/ipa-server/man/Makefile.am
index 8ab40309..0398dfdd 100644
--- a/ipa-server/man/Makefile.am
+++ b/ipa-server/man/Makefile.am
@@ -2,6 +2,8 @@
AUTOMAKE_OPTIONS = 1.7
+NULL=
+
man1_MANS = \
ipa-replica-install.1 \
ipa-replica-manage.1 \
@@ -17,3 +19,7 @@ man8_MANS = \
install-data-hook:
@for i in $(man1_MANS) ; do gzip -f $(DESTDIR)$(man1dir)/$$i ; done
@for i in $(man8_MANS) ; do gzip -f $(DESTDIR)$(man8dir)/$$i ; done
+
+MAINTAINERCLEANFILES = \
+ Makefile.in \
+ $(NULL)
diff --git a/ipa-server/selinux/Makefile b/ipa-server/selinux/Makefile
index 03c3ee30..3d42a4c7 100644
--- a/ipa-server/selinux/Makefile
+++ b/ipa-server/selinux/Makefile
@@ -13,6 +13,7 @@ clean:
@for subdir in $(SUBDIRS); do \
(cd $$subdir && $(MAKE) -f $(POLICY_MAKEFILE) $@) || exit 1; \
done
+ rm -f ipa-server-selinux.spec
maintainer-clean: clean