gunnar: server Makefile,1.98,1.99

cvs at kolab.org cvs at kolab.org
Fri Jan 22 17:46:23 CET 2010


Author: gunnar

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

Modified Files:
	Makefile 
Log Message:
Add the webclient back into the build targets.

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/Makefile,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- Makefile	21 Jan 2010 22:23:28 -0000	1.98
+++ Makefile	22 Jan 2010 16:46:21 -0000	1.99
@@ -149,14 +149,14 @@
 CLIENT_PACKAGES=kolab-webclient/dimp            \
                 kolab-webclient/horde           \
                 kolab-webclient/imp             \
-                kolab-webclient/ingo            \
                 kolab-webclient/kronolith       \
                 kolab-webclient/mimp            \
-                kolab-webclient/mnemo           \
                 kolab-webclient/passwd          \
-                kolab-webclient/nag             \
-                kolab-webclient/turba           \
-#                kolab-webclient/kolab-webclient \
+                kolab-webclient/kolab-webclient \
+#                kolab-webclient/ingo            \
+#                kolab-webclient/mnemo           \
+#                kolab-webclient/nag             \
+#                kolab-webclient/turba           \
 #                kolab-fbview                    \
 
 BASE_FILES=install-kolab.sh \
@@ -183,15 +183,15 @@
 # download all requirements and unplug your network before running
 # "make dist"
 .PHONY: fetch
-fetch: fetch-base fetch-pear-only fetch-pear-horde fetch-pear-kolab
+fetch: fetch-base fetch-pear-only fetch-pear-horde fetch-pear-kolab fetch-client
 
 # The core target that builds the server packages.
 .PHONY: dist
-dist: dist-base dist-pear-channel dist-kolab dist-pear-only dist-pear-horde dist-pear-kolab files
+dist: dist-base dist-pear-channel dist-kolab dist-pear-only dist-pear-horde dist-pear-kolab dist-client files
 
 # Clean up all directories.
 .PHONY: clean
-clean: clean-base clean-pear-channel clean-kolab clean-pear-only clean-pear-horde clean-pear-kolab clean-stage
+clean: clean-base clean-pear-channel clean-kolab clean-pear-only clean-pear-horde clean-pear-kolab clean-client clean-stage
 	find . | grep "~$$" | xargs rm -rf
 
 ####################





More information about the commits mailing list