richard: server/kolab-resource-handlers/kolab-resource-handlers ChangeLog, 1.8, 1.9 Makefile.am, 1.4, 1.5

cvs at intevation.de cvs at intevation.de
Tue Jan 3 23:06:59 CET 2006


Author: richard

Update of /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers
In directory doto:/tmp/cvs-serv14828

Modified Files:
	ChangeLog Makefile.am 
Log Message:
Makefile.am: distribute only the files to be distributed from the
dist_conf directory
Added a distclean-local rule to remove the directory autom4te.cache



Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- ChangeLog	30 Dec 2005 19:27:33 -0000	1.8
+++ ChangeLog	3 Jan 2006 22:06:57 -0000	1.9
@@ -1,3 +1,8 @@
+2006-01-03 Richard Bos <richard at radoeka.nl>
+	* Makefile.am: distribute only the files to be distributed
+	  from the dist_conf directory
+	  Added a distclean-local rule to remove the directory autom4te.cache
+
 2005-12-30 Richard Bos <richard at radoeka.nl>
 	* Makefile.am: add webserver_web_prefix so the involved files
 	  are installed in the right directory.

Index: Makefile.am
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.am	30 Dec 2005 19:24:57 -0000	1.4
+++ Makefile.am	3 Jan 2006 22:06:57 -0000	1.5
@@ -4,6 +4,10 @@
 @distribution@
 @common@
 
+# Work around to autoconf's deficiencies
+distclean-local:
+	rm -rf $(srcdir)/autom4te*.cache
+
 noinst_HEADERS = @PACKAGE at .spec
 
 wsfreebusydir = $(webserver_document_root)$(webserver_web_prefix)/freebusy
@@ -78,7 +82,12 @@
 CLEANFILES += resmgr/resmgr.conf
 EXTRA_DIST += resmgr/resmgr.conf.in
 
-EXTRA_DIST += dist_conf
+EXTRA_DIST += dist_conf/common \
+	dist_conf/debian \
+	dist_conf/gentoo \
+	dist_conf/kolab \
+	dist_conf/mandriva \
+	dist_conf/suse
 
 install-data-hook:
 	install -d -m 755 $(DESTDIR)/$(resmgr_filterdir)





More information about the commits mailing list