Commit e1189712 authored by Max Kellermann's avatar Max Kellermann

Makefile.am: added documentation upload target

This "upload" target uploads generated documentation to http://www.musicpd.org/doc/, and works only for my user account.
parent e62580db
......@@ -676,6 +676,14 @@ install-data-local: doc/api/html/index.html
doc/api/html/*.png doc/api/html/*.gif \
$(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/ \
--chmod=Dug+rwx,Do+rx,Fug+rw,Fo+r \
--include=protocol --include=protocol/** \
--include=user --include=user/** \
--include=api --include=api/** \
--exclude=*
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