summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-03-03 18:00:47 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-03-03 18:00:47 +0000
commitcb95dde2f12674d076110f8380b87152f6bb43c3 (patch)
tree267af22ed2ea7b01d4c8a0b61d9547aa252ab308 /Makefile
parent0a0515d22c34bc101a05085a5e62b0e2ca265a89 (diff)
downloadcontrol-center-cb95dde2f12674d076110f8380b87152f6bb43c3.tar
control-center-cb95dde2f12674d076110f8380b87152f6bb43c3.tar.gz
control-center-cb95dde2f12674d076110f8380b87152f6bb43c3.tar.bz2
control-center-cb95dde2f12674d076110f8380b87152f6bb43c3.tar.xz
control-center-cb95dde2f12674d076110f8380b87152f6bb43c3.zip
add a "cvs commit" to help the poor dams
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7e58e12d..0e4ad8b5 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,6 @@ install: all
dis: clean
rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar*
-# cvs commit
mkdir -p $(NAME)-$(VERSION)
find . -not -name "$(NAME)-$(VERSION)"|cpio -pd $(NAME)-$(VERSION)/
find $(NAME)-$(VERSION) -type d -name CVS -o -name .cvsignore -o -name unused -name control-center.rc -o -name controlcenter.html |xargs rm -rf
@@ -48,3 +47,4 @@ rpm: dis
cp -f $(NAME).spec $(RPM)/SPECS/
rpm -ba --clean --rmsource $(NAME).spec
rm -f ../$(NAME)-$(VERSION).tar.bz2
+ cvs commit