Commit 1caa0ef5 authored by Max Kellermann's avatar Max Kellermann

Makefile.am: upload Sphinx output

parent 51951c94
...@@ -2553,12 +2553,13 @@ install-data-local: doc/api/html/index.html ...@@ -2553,12 +2553,13 @@ install-data-local: doc/api/html/index.html
uninstall-local: uninstall-local:
rm -f $(DESTDIR)$(docdir)/api/html/*.* rm -f $(DESTDIR)$(docdir)/api/html/*.*
upload: $(DOCBOOK_HTML) doc/api/html/index.html upload: doc/html/index.html $(DOCBOOK_HTML) doc/api/html/index.html
rsync -vpruz --delete doc/ www.musicpd.org:/var/www/mpd/doc/ \ rsync -vpruz --delete doc/ www.musicpd.org:/var/www/mpd/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/** \
--include=api --include=api/** \ --include=api --include=api/** \
--include=html --include=html/** \
--exclude=* --exclude=*
endif endif
......
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