mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
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:
parent
8cd23cd480
commit
09c1102496
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user