From: Lennart Poettering Date: Fri, 9 Jul 2010 02:56:45 +0000 (+0200) Subject: build-sys: add make upload target X-Git-Tag: v2^0 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=a45f61d76cfca61ef1813a0b5d04a53afe402993 build-sys: add make upload target --- diff --git a/Makefile.am b/Makefile.am index c89f51943..115197e6c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -794,3 +794,11 @@ DISTCHECK_CONFIGURE_FLAGS = \ --with-udevrulesdir=$$dc_install_base/$(udevrulesdir) \ --with-pamlibdir=$$dc_install_base/$(pamlibdir) \ --with-rootdir=$$dc_install_base/$(rootdir) + +upload: all distcheck + cp -v systemd-$(VERSION).tar.bz2 /home/lennart/cvs.fedora/systemd/devel/ + scp systemd-$(VERSION).tar.bz2 fdo:/srv/www.freedesktop.org/www/software/systemd/ + scp man/*.html tango:public/systemd-man/ + +git-tag: + git tag "v$(VERSION)" -m "systemd $(VERSION)"