summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 09a12e18..d7d0a09a 100644
--- a/Makefile
+++ b/Makefile
@@ -20,8 +20,10 @@ install: build
rpm: srpm
rpm -bb --clean --rmsource --rmspec $(RPM)/SPECS/$(project).spec
+ cvs commit
srpm: check clean $(RPM)
+ cvs update
(echo "# !! DON'T MODIFY HERE, MODIFY IN THE CVS !!" ; \
cat $(project).spec \
) > $(RPM)/SPECS/$(project).spec