]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
add rule for uploading archive
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 19 Feb 2014 16:56:37 +0000 (17:56 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Wed, 19 Feb 2014 16:56:52 +0000 (17:56 +0100)
Makefile.in

index 39ec50543f6c4d8d7e47a48834feff6f2a021a39..4fa4bf28a0597d9d0a30a51bea6f08cae2841c8c 100644 (file)
@@ -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