[Vim-latex-cvs] SF.net SVN: vim-latex:[1078] trunk/vimfiles/doc/Makefile
Brought to you by:
srinathava,
tmaas
|
From: <tm...@us...> - 2009-12-30 12:58:42
|
Revision: 1078
http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1078&view=rev
Author: tmaas
Date: 2009-12-30 12:58:32 +0000 (Wed, 30 Dec 2009)
Log Message:
-----------
fix documentation upload
Modified Paths:
--------------
trunk/vimfiles/doc/Makefile
Modified: trunk/vimfiles/doc/Makefile
===================================================================
--- trunk/vimfiles/doc/Makefile 2009-12-29 22:21:16 UTC (rev 1077)
+++ trunk/vimfiles/doc/Makefile 2009-12-30 12:58:32 UTC (rev 1078)
@@ -53,8 +53,10 @@
rm -f $(txtfiles)
upload: $(all)
- rsync --delete -lrtvz $(all) shell.sourceforge.net:/home/groups/v/vi/vim-latex/htdocs/documentation/
-# Make sure that directories are group writeable, depends on bash beeing the remote shell
- ssh shell.sourceforge.net chmod g+w "/home/groups/v/vi/vim-latex/htdocs/documentation/latex-suite{,-quickstart}"
+# vim-latex-web is configured in ~/.ssh/config
+#Host vim-latex-web
+# Hostname web.sourceforge.net
+# User SOURCEFORGE_USERNAME,vim-latex
+ rsync --perms --chmod g+w,o-w --delete -lrtvz $(all) vim-latex-web:/home/groups/v/vi/vim-latex/htdocs/documentation/
# vim:nowrap
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|