From: Miroslav Lichvar Date: Wed, 19 Feb 2014 16:56:37 +0000 (+0100) Subject: add rule for uploading archive X-Git-Tag: r0-52-17~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7e4f259123465d62fb0b119790d776057f4391d2;p=thirdparty%2Fnewt.git add rule for uploading archive --- diff --git a/Makefile.in b/Makefile.in index 39ec505..4fa4bf2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -181,6 +181,9 @@ tag-archive: Makefile archive: tag-archive create-archive +upload-archive: + scp -p newt-$(VERSION).tar.gz fedorahosted.org:newt + ifeq (.depend,$(wildcard .depend)) include .depend endif