From a814d4803f3f999a1bf9a53f0d04cb26a4f1f490 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Sep 29 2009 21:36:00 +0000 Subject: Add 'make release' as a synonym for 'make archive'. --- diff --git a/Makefile.am b/Makefile.am index ebe6909..a5ad89f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -95,6 +95,8 @@ archive: $(MAKE) tag $(MAKE) dist +release: archive + src: archive @rpmbuild -ts --nodeps $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.bz2 || exit 1 @rm -f $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.bz2