From: Michael Tremer Date: Mon, 1 Apr 2019 10:31:53 +0000 (+0200) Subject: Makefile: Add target to upload HTML man pages X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2d2e96269516032b3bc4f2222067f6b82398a70a;p=people%2Fstevee%2Fnetwork.git Makefile: Add target to upload HTML man pages Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 6b77f0a1..955f2b79 100644 --- a/Makefile.am +++ b/Makefile.am @@ -529,6 +529,10 @@ man/%.html: man/%.txt man/asciidoc.conf -f $(abs_srcdir)/man/asciidoc.conf \ -b html5 -a icons -a theme=flask -o $@ $< +.PHONY: upload-man +upload-man: $(MANPAGES_HTML) + rsync -avHz --delete --progress $(MANPAGES_HTML) ms@people.ipfire.org:/pub/man-pages/$(PACKAGE_NAME)/ + # ------------------------------------------------------------------------------ substitutions = \