diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-03-01 19:27:09 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-03-01 19:27:09 -0500 |
commit | 46987593ccb1c78f3889ea91a0c94f9cc810d43c (patch) | |
tree | b535f8a8a2ebd4a777caa4fdc0521cc9941ff4b8 /Makefile.am | |
parent | c1ec34d1dbae55c9d150658877515f654b870dc3 (diff) | |
download | systemd-46987593ccb1c78f3889ea91a0c94f9cc810d43c.tar.gz |
environment.d: fix date
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2a5610740e..7ee6c594ca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 |