[interchange-docs] [SCM] Interchange XML documentation branch, master, updated. 98b5975e4db54a2a8d1cc894b651ea4258e11b20

Davor Ocelic docelic at rt.icdevgroup.org
Wed Oct 7 17:12:03 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Interchange XML documentation".

The branch, master has been updated
       via  98b5975e4db54a2a8d1cc894b651ea4258e11b20 (commit)
      from  f4109966c2be3c9fe5b2329793b3c7610b0a75e5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 98b5975e4db54a2a8d1cc894b651ea4258e11b20
Author: Davor Ocelic <docelic at spinlocksolutions.com>
Date:   Wed Oct 7 19:11:35 2009 +0200

    s/cp -a /cp -Rp/ for macos compatibility

-----------------------------------------------------------------------

Summary of changes and diff:
 Makefile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index e951c0d..a1e024a 100644
--- a/Makefile
+++ b/Makefile
@@ -90,7 +90,7 @@ $O:
 OUTPUT/files: $(shell find files) bin/dbgen
 	echo "C     $@/"
 	rm -rf $@/
-	cp -a files $O/
+	cp -Rp files $O/
 	rm -rf `find $@ -name CVS`
 	rm -rf `find $@ -name .git`
 	cp bin/dbgen $O/files/
@@ -98,7 +98,7 @@ OUTPUT/files: $(shell find files) bin/dbgen
 	  if test "$$p" != "CVS"; then                               \
 			if test "$$p" != ".git"; then                               \
 				if test -d "$$p"; then                                   \
-					cp -a $$p ../$O/files/;                                \
+					cp -Rp $$p ../$O/files/;                                \
 					tar --exclude=CVS --exclude=.git -cf ../$O/files/$$p.tar $$p;         \
 					tar --exclude=CVS --exclude=.git -zcf ../$O/files/$$p.tar.gz $$p;     \
 					tar --exclude=CVS --exclude=.git -jcf ../$O/files/$$p.tar.bz2 $$p     \
@@ -109,7 +109,7 @@ OUTPUT/files: $(shell find files) bin/dbgen
 OUTPUT/images: $(shell find images)
 	echo "C     $@/"
 	rm -rf $@/
-	cp -a images $O/
+	cp -Rp images $O/
 	rm -rf `find $@ -name CVS`
 	rm -rf `find $@ -name .git`
 OUTPUT/xmldocs.css: docbook/xmldocs.css


hooks/post-receive
-- 
Interchange XML documentation



More information about the docs mailing list