From: Michael Tremer Date: Tue, 19 May 2026 16:36:10 +0000 (+0000) Subject: Makefile: Add a helper command to upload a release tarball X-Git-Tag: 0.0.2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=10463fbbf3f75e9dd913b9c3866b86aabc089ad6;p=zone-sync.git Makefile: Add a helper command to upload a release tarball Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index f6c5a7c..26c0d38 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,3 +70,11 @@ zone_sync_LDFLAGS = \ zone_sync_LDADD = \ $(BIND_LIBS) + +# ------------------------------------------------------------------------------ + +# Helper to create and upload a release tarball +.PHONY: release +release: dist-all + rsync --verbose --ignore-existing --progress \ + $(distdir).tar.gz ms@people.ipfire.org:/pub/sources/releases/$(PACKAGE_NAME)/