environment.d: fix date

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-03-01 19:27:09 -05:00
parent c1ec34d1db
commit 46987593cc

View file

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