X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=115197e6c736fc3592256826d899a66f69d107cb;hb=71a6f7538199f571b92e0c9fbb5819f8ce0e0d20;hp=c89f519438522cc7d81ff8b68731a4a1de1eef5f;hpb=4627d39661ffcdd11e814650dfcc9ac3d0d0ec0b;p=elogind.git 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)"