summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2012-04-13 23:50:52 +0200
committerKay Sievers <kay@vrfy.org>2012-04-13 23:51:22 +0200
commit690804ca8edf15ac49f637ca9e0b19da8aaa690e (patch)
tree32b3be89a5835f039a5ebd77f4c68f73a18c7afc /Makefile.am
parentecedd90fcdf647f9a7b56b4934b65e30b2979b04 (diff)
build-sys: add 'make doc-sync' target
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index dec810637a..c87b4d7a1d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3198,8 +3198,12 @@ DISTCHECK_CONFIGURE_FLAGS = \
upload: all distcheck
cp -v systemd-$(VERSION).tar.xz /home/lennart/git.fedora/systemd/
scp systemd-$(VERSION).tar.xz fdo:/srv/www.freedesktop.org/www/software/systemd/
- scp man/*.html fdo:/srv/www.freedesktop.org/www/software/systemd/man/
scp man/*.html tango:public/systemd-man/
+doc-sync: all
+ rsync -av --delete docs/libudev/html/ www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd/libudev/
+ rsync -av --delete docs/gudev/html/ www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd/gudev/
+ rsync -av --delete man/*.html www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd/man/
+
git-tag:
git tag "v$(VERSION)" -m "systemd $(VERSION)"