build-sys: do not require everything to be rebuild to push man pages (#5521)

When the doc-sync target was created, we didn't have man target yet.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-03-02 11:55:45 -05:00 committed by Lennart Poettering
parent 8cd23cd480
commit 09c1102496
1 changed files with 1 additions and 1 deletions

View File

@ -6637,7 +6637,7 @@ git-tar:
www_target = www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd
.PHONY: doc-sync
doc-sync: all
doc-sync: man
rsync -rlv --delete-excluded --include="*.html" --exclude="*" --omit-dir-times man/ $(www_target)/man/
.PHONY: install-tree