richard: server/kolab-webadmin/kolab-webadmin ChangeLog, 1.13, 1.14 Makefile.am, 1.29, 1.30

cvs at intevation.de cvs at intevation.de
Tue Jan 3 23:04:39 CET 2006


Author: richard

Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin
In directory doto:/tmp/cvs-serv14608

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-webadmin/kolab-webadmin/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- ChangeLog	30 Dec 2005 19:30:00 -0000	1.13
+++ ChangeLog	3 Jan 2006 22:04:37 -0000	1.14
@@ -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-webadmin/kolab-webadmin/Makefile.am,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- Makefile.am	30 Dec 2005 19:27:49 -0000	1.29
+++ Makefile.am	3 Jan 2006 22:04:37 -0000	1.30
@@ -4,6 +4,9 @@
 @distribution@
 @common@
 
+distclean-local:
+	rm -rf $(srcdir)/autom4te*.cache
+
 noinst_HEADERS = @PACKAGE at .spec
 
 WSTOPLEVEL_FILES = www/favicon.ico
@@ -190,8 +193,12 @@
         NEWS \
         AUTHORS
 
-EXTRA_DIST += dist_conf
-
+EXTRA_DIST += dist_conf/common \
+	dist_conf/debian \
+	dist_conf/gentoo \
+	dist_conf/kolab \
+	dist_conf/mandriva \
+	dist_conf/suse
 
 php/admin/include/auth.class.php:
 	@$(mkinstalldirs) php/admin/include





More information about the commits mailing list