Makefile

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Tue Jun 28 13:26:56 CEST 2011


 Makefile |    8 ++++++++
 1 file changed, 8 insertions(+)

New commits:
commit 22a34c327f9a11bf78b882b955ebe5875d78fa88
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Tue Jun 28 12:26:30 2011 +0100

    Add Architecture and Design and Pragmatic Source Code Management documents

diff --git a/Makefile b/Makefile
index 749b9db..5de1fbd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,10 @@
 SUBDIRS = \
+	Architecture_and_Design \
 	Administrator_Guide \
 	Deployment_Guide \
 	Development_Manual \
 	Installation_Guide \
+	Pragmatic_Source_Code_Management \
 	Release_Notes \
 	Testing_Reference
 
@@ -11,3 +13,9 @@ all:
 		cp -a Common_Content/en-US/*.xml $$dir/en-US/.; \
 		make -C $$dir; \
 	done
+
+upload: all
+	@for dir in $(SUBDIRS); do \
+		make -C $$dir upload; \
+	done
+





More information about the commits mailing list