summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b158272..8c567235 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,10 @@ buildrpm:
# rules to build a distributable rpm
-rpm: changelog cvstag dist buildrpm
+srpm: changelog cvstag dist
+ rpm -ts $(PACKAGE)-$(VERSION).tar.bz2
+
+rpm: srpm buildrpm
dist: cleandist dir export tar