diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-03-11 20:57:17 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-03-11 20:57:17 +0100 |
commit | 223763f5800fba637bd3f9a8fbb9549dd47a07e9 (patch) | |
tree | cc15ae5d5c100507fb9511e20eea19c6dcd95d1e /Makefile.am | |
parent | 22e7062d749c69d7edfcd52ef7cc6ec005e862d5 (diff) |
build-sys: we still want to rebuild the tarball though on upload
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index affd16afbd..bc7844f862 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4963,7 +4963,7 @@ kdbus-update: wget -N https://d-bus.googlecode.com/git/kdbus.h ) .PHONY: upload -upload: all check +upload: all check dist 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 tango:public/systemd-man/ |