From: Kay Sievers Date: Wed, 29 Jul 2015 16:50:32 +0000 (+0200) Subject: build-sys: fix "make doc-sync" X-Git-Tag: v224~14^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8388607b5851574e50a6e65db98135b793b08910;p=thirdparty%2Fsystemd.git build-sys: fix "make doc-sync" --- diff --git a/Makefile.am b/Makefile.am index 6f4358058a7..e908ca29843 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6019,7 +6019,7 @@ git-tar: www_target = www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd .PHONY: doc-sync -doc-sync: all destdir-sphinx +doc-sync: all rsync -rlv --delete-excluded --include="*.html" --exclude="*" --omit-dir-times man/ $(www_target)/man/ .PHONY: gardel