diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-09 04:56:45 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-09 05:06:11 +0200 |
commit | a45f61d76cfca61ef1813a0b5d04a53afe402993 (patch) | |
tree | b0befe3a1202c4aba9cf0e7d2bf8397dc43be765 /Makefile.am | |
parent | 39280feb5723861ec52dfe889d4e09096f063dff (diff) |
build-sys: add make upload targetsystemd/v2
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c89f519438..115197e6c7 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)" |