gunnar: server/kolab-webclient/horde Makefile,1.2,1.3

cvs at kolab.org cvs at kolab.org
Tue Jan 12 23:16:13 CET 2010


Author: gunnar

Update of /kolabrepository/server/kolab-webclient/horde
In directory doto:/tmp/cvs-serv4327

Modified Files:
	Makefile 
Log Message:
Added basic configuration files. The conf file still needs a few variables that can differ per distribution.

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/kolab-webclient/horde/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile	12 Jan 2010 10:00:17 -0000	1.2
+++ Makefile	12 Jan 2010 22:16:11 -0000	1.3
@@ -10,6 +10,9 @@
 # Get the list of templates if there are any in the template directory
 TEMPLATES = $(shell ls templates/$(PACKAGE)-$(VERSION)/*.template 2> /dev/null)
 
-EXTRA = package.patch $(TEMPLATES)
+# Get the list of configuration files if there are any in the configuration directory
+CONFIGURATION = $(shell ls configuration/$(PACKAGE)-$(VERSION)/*.php 2> /dev/null)
+
+EXTRA = package.patch $(TEMPLATES) $(CONFIGURATION)
 
 include ../../make-helper/package-new.mk





More information about the commits mailing list