summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-03-02 17:55:45 +0100
committerLennart Poettering <lennart@poettering.net>2017-03-02 17:55:45 +0100
commit09c11024969fbf562f2b4c153aa41aa383f9931a (patch)
tree72f976864d03c826e0db1a43237bb7a2dce2d12a /Makefile.am
parentMerge pull request #5515 from glaubitz/master (diff)
downloadsystemd-09c11024969fbf562f2b4c153aa41aa383f9931a.tar.xz
systemd-09c11024969fbf562f2b4c153aa41aa383f9931a.zip
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.
Diffstat (limited to '')
-rw-r--r--Makefile.am2
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