Makefile.am: updated web server for "upload" target
This commit is contained in:
parent
d4d92ac1a7
commit
4ebd69193e
|
@ -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/** \
|
||||
|
|
Loading…
Reference in New Issue