[libsigc++2] Website: Fix the Makefile so upload works with sourceforge again.



commit d18ebcc35f2a51a7c8e515feb390db5349d94ec1
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Apr 16 09:09:57 2010 +0200

    Website: Fix the Makefile so upload works with sourceforge again.

 ChangeLog              |   12 +++++++---
 docs/website/ChangeLog |   51 ------------------------------------------------
 docs/website/Makefile  |    7 ++---
 3 files changed, 11 insertions(+), 59 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 272528d..312e941 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,15 @@
+2010-04-16  Murray Cumming  <murrayc murrayc com>
+
+    Website: Fix the Makefile so upload works with sourceforge again.
+
 2010-04-06  Murray Cumming  <murrayc murrayc com>
- 
+
     Website: Update the reference API link.
 
-	* docs/website/doc.shtml: Update the reference API link to use 
-    library.gnome.org. We should make sure that the tutorial docbook is there 
+	* docs/website/doc.shtml: Update the reference API link to use
+    library.gnome.org. We should make sure that the tutorial docbook is there
     too.
-    * docs/website/devel.shtml: Remove CVS-specific instructions, quickly 
+    * docs/website/devel.shtml: Remove CVS-specific instructions, quickly
     mentioning the git module instead.
     However, the Makefile must be updated to cope with sourceforge's changes.
     I was not able to upload this yet.
diff --git a/docs/website/Makefile b/docs/website/Makefile
index 1a49827..0841efa 100644
--- a/docs/website/Makefile
+++ b/docs/website/Makefile
@@ -1,8 +1,7 @@
 web_path = /home/groups/l/li/libsigc/htdocs/
 
 post-html:
-	rsync -avz --rsh ssh --cvs-exclude * $$USER shell sourceforge net:$(web_path)
-
-#post-html: 
-#	scp $$SSH_OPT -r *.shtml *.css fragments images $$USER shell sourceforge net:$(web_path) 
+	rsync -avz --rsh ssh --cvs-exclude * $$USER,libsigc web sourceforge net:$(web_path)
 
+#post-html:
+#	scp $$SSH_OPT -r *.shtml *.css fragments images $$USER shell sourceforge net:$(web_path)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]