wilde: server Makefile,1.76.2.2,1.76.2.3

cvs at kolab.org cvs at kolab.org
Mon Nov 9 18:33:56 CET 2009


Author: wilde

Update of /kolabrepository/server
In directory doto:/tmp/cvs-serv28917

Modified Files:
      Tag: kolab_2_2_branch
	Makefile 
Log Message:
Removed broken target `files'.
This copied (currently two) additional files to the stage dir.
As it was broken and did never make stage into an complete
distribution anyway I removed it in mutual agreement with Thoma AH for
now.

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/Makefile,v
retrieving revision 1.76.2.2
retrieving revision 1.76.2.3
diff -u -d -r1.76.2.2 -r1.76.2.3
--- Makefile	9 Nov 2009 14:23:50 -0000	1.76.2.2
+++ Makefile	9 Nov 2009 17:33:54 -0000	1.76.2.3
@@ -64,9 +64,6 @@
                php-kolab/Kolab_Freebusy \
                php-kolab/Kolab_Filter   \
 
-BASE_FILES=install-kolab.sh \
-           README.1st
-
 # These are the packages that already provide a "make install"
 # procedure that will allow to update packages from CVS.
 UPDATES=imapd                   \
@@ -89,7 +86,7 @@
               $(KOLABDIR)/lib/php/test/Kolab_FreeBusy/Horde/Kolab/FreeBusy/AllTests.php
 
 .PHONY: dist
-dist: stage base kolab pear files
+dist: stage base kolab pear
 
 stage:
 	mkdir stage
@@ -117,11 +114,6 @@
 	do                                              \
 	  make -C $$PKG dist || exit $$?;               \
 	done
-
-.PHONY: files
-files: stage
-	cp $(BASE_FILES) stage/
-	echo 'Remember to update 00INDEX.rdf and install-kolab.sh!'
 
 .PHONY: clean
 clean: clean-base clean-kolab clean-pear clean-stage





More information about the commits mailing list