From 7e4f259123465d62fb0b119790d776057f4391d2 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Feb 19 2014 16:56:52 +0000 Subject: 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