Commit 4ebd6919 authored by Max Kellermann's avatar Max Kellermann

Makefile.am: updated web server for "upload" target

parent d4d92ac1
...@@ -1394,7 +1394,7 @@ uninstall-local: ...@@ -1394,7 +1394,7 @@ uninstall-local:
rm -f $(DESTDIR)$(docdir)/api/html/*.* rm -f $(DESTDIR)$(docdir)/api/html/*.*
upload: $(DOCBOOK_HTML) doc/api/html/index.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 \ --chmod=Dug+rwx,Do+rx,Fug+rw,Fo+r \
--include=protocol --include=protocol/** \ --include=protocol --include=protocol/** \
--include=user --include=user/** \ --include=user --include=user/** \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment