aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-07-11 21:26:55 +0200
committerAnton Khirnov <anton@khirnov.net>2013-11-04 10:52:50 +0100
commit797733138a57059d38c6c495545439ea065467e7 (patch)
tree4ef4d1d7a0e320005002634e83b2700777489f02
parent5c164a0cb46796d6aa519b823f9eadfc6e4c8b26 (diff)
Makefile.am: updated web server for "upload" target
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2b228904..a8ee39de 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1394,7 +1394,7 @@ uninstall-local:
rm -f $(DESTDIR)$(docdir)/api/html/*.*
upload: $(DOCBOOK_HTML) doc/api/html/index.html
- rsync -vpruz --delete doc/ cirrus@www.musicpd.org:/var/www/musicpd.org/www/doc/ \
+ rsync -vpruz --delete doc/ www.musicpd.org:/var/www/doc/ \
--chmod=Dug+rwx,Do+rx,Fug+rw,Fo+r \
--include=protocol --include=protocol/** \
--include=user --include=user/** \