summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2001-04-12 04:21:55 +0000
committerDaouda Lo <daouda@mandriva.com>2001-04-12 04:21:55 +0000
commit557ec983ec1b5d35784f632b15b70debd7258075 (patch)
tree82abc5319dbb4396b613b6f4671a2bb2bc8bd380 /Makefile
parent7c121ea4d79d94340aae87e4ef3253f8bc2715ea (diff)
downloadcontrol-center-557ec983ec1b5d35784f632b15b70debd7258075.tar
control-center-557ec983ec1b5d35784f632b15b70debd7258075.tar.gz
control-center-557ec983ec1b5d35784f632b15b70debd7258075.tar.bz2
control-center-557ec983ec1b5d35784f632b15b70debd7258075.tar.xz
control-center-557ec983ec1b5d35784f632b15b70debd7258075.zip
commit before building suckers!!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d9f1af74..3b8ad463 100644
--- a/Makefile
+++ b/Makefile
@@ -30,6 +30,7 @@ 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 -o -name TODO -o -name mdkcc.spec -o -name demo |xargs rm -rf