From: Richard W.M. Jones Date: Wed, 22 Feb 2012 14:06:24 +0000 (+0000) Subject: Add 'make rpm' rule which builds an RPM. X-Git-Tag: 0.0.2~6 X-Git-Url: http://git.annexia.org/?p=whenjobs.git;a=commitdiff_plain;h=481db823300882a0174be84d5cdd25ca0ebbc93c Add 'make rpm' rule which builds an RPM. --- diff --git a/Makefile.am b/Makefile.am index 43933f2..3a83347 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,3 +27,6 @@ SUBDIRS = \ tests/jobs CLEANFILES = *~ + +rpm: dist + rpmbuild -ta $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz