substantially improved integration of website into distribution framework
authorhaftmann
Fri, 21 Oct 2005 10:27:02 +0200
changeset 17947 d878a7735ff6
parent 17946 c5eeab6339bf
child 17948 58ddfa89e6c0
substantially improved integration of website into distribution framework
Admin/website/build/project.mak
--- a/Admin/website/build/project.mak	Fri Oct 21 10:21:38 2005 +0200
+++ b/Admin/website/build/project.mak	Fri Oct 21 10:27:02 2005 +0200
@@ -21,9 +21,9 @@
 	$(COPY) -vRud $</[^w]* $@
 	chgrp -hR $(TARGET_GROUP) $@
 	chmod -R u-w,g-w,o-w $@
-	-[ ! -e Isabelle ] && ln -s $(ISABELLE_DIST)/$(DISTNAME) Isabelle
-	-chgrp -h $(TARGET_GROUP) Isabelle
-	-chmod u-w,g-w,o-w Isabelle
+	-[ ! -e Isabelle ] && ln -s $(ISABELLE_DIST)/$(DISTNAME) $@/Isabelle
+	-chgrp -h $(TARGET_GROUP) $@/Isabelle
+	-chmod u-w,g-w,o-w $@/Isabelle
 
 else
 
@@ -32,9 +32,9 @@
 	$(RSYNC) -v --exclude='/website/' -a --delete --delete-after $</ $@
 	chgrp -hR $(TARGET_GROUP) $@
 	chmod -R u-w,g-w,o-w $@
-	-[ ! -e Isabelle ] && ln -s $(ISABELLE_DIST)/$(DISTNAME) Isabelle
-	-chgrp -h $(TARGET_GROUP) Isabelle
-	-chmod u-w,g-w,o-w Isabelle
+	-[ ! -e Isabelle ] && ln -s $(ISABELLE_DIST)/$(DISTNAME) $@/Isabelle
+	-chgrp -h $(TARGET_GROUP) $@/Isabelle
+	-chmod u-w,g-w,o-w $@/Isabelle
 
 SYNC_ALWAYS: