summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 27b9d6d..8bdf3c9 100644
--- a/Makefile
+++ b/Makefile
@@ -42,9 +42,9 @@ buildrpm:
# rules to build a distributable rpm
-rpm: cvstag dist buildrpm
+rpm: changelog cvstag dist buildrpm
-dist: cleandist dir tar
+dist: cleandist dir export tar
export:
cvs export -d $(PACKAGE)-$(VERSION) -r $(TAG) $(PACKAGE)