diff options
author | Max Kellermann <max@duempel.org> | 2012-07-11 21:26:55 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-07-13 10:19:38 +0200 |
commit | 4ebd69193edbdb5416385a70741f457f340e39d9 (patch) | |
tree | 4ef4d1d7a0e320005002634e83b2700777489f02 | |
parent | d4d92ac1a70203b6f686e66ca43e0c0817ba28e3 (diff) | |
download | mpd-4ebd69193edbdb5416385a70741f457f340e39d9.tar.gz mpd-4ebd69193edbdb5416385a70741f457f340e39d9.tar.xz mpd-4ebd69193edbdb5416385a70741f457f340e39d9.zip |
Makefile.am: updated web server for "upload" target
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2b2289041..a8ee39de5 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/** \ |