diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-03-03 18:00:47 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-03-03 18:00:47 +0000 |
commit | cb95dde2f12674d076110f8380b87152f6bb43c3 (patch) | |
tree | 267af22ed2ea7b01d4c8a0b61d9547aa252ab308 | |
parent | 0a0515d22c34bc101a05085a5e62b0e2ca265a89 (diff) | |
download | control-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
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |