From 1caa0ef58da751681abf149f9bc4c4130833e958 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 18 Jul 2018 12:36:58 +0200 Subject: [PATCH] Makefile.am: upload Sphinx output --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7b1ea36ef..19cd1e18f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2553,12 +2553,13 @@ install-data-local: doc/api/html/index.html uninstall-local: 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/ \ --chmod=Dug+rwx,Do+rx,Fug+rw,Fo+r \ --include=protocol --include=protocol/** \ --include=user --include=user/** \ --include=api --include=api/** \ + --include=html --include=html/** \ --exclude=* endif