aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2006-08-22 09:55:32 +0000
committerPascal Rigaux <pixel@mandriva.com>2006-08-22 09:55:32 +0000
commit5e23d3cd4c5f2a04034e26c3adab52bf9eb596ee (patch)
tree056fd3783ed33d296a5d10c1babf736c18a404f8 /Makefile
parentc82f308bf6d700879e351cc3466cf65589ffdc77 (diff)
downloadnumlock-5e23d3cd4c5f2a04034e26c3adab52bf9eb596ee.tar
numlock-5e23d3cd4c5f2a04034e26c3adab52bf9eb596ee.tar.gz
numlock-5e23d3cd4c5f2a04034e26c3adab52bf9eb596ee.tar.bz2
numlock-5e23d3cd4c5f2a04034e26c3adab52bf9eb596ee.tar.xz
numlock-5e23d3cd4c5f2a04034e26c3adab52bf9eb596ee.zip
adapt to SVN
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 42f73d5..abd96cd 100644
--- a/Makefile
+++ b/Makefile
@@ -33,10 +33,10 @@ install: all
dis:
rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar*
-# cvs commit
+# svn 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 |xargs rm -rf
+ find $(NAME)-$(VERSION) -type d -name .svn -o -name unused |xargs rm -rf
tar cf ../$(NAME)-$(VERSION).tar $(NAME)-$(VERSION)
bzip2 -9f ../$(NAME)-$(VERSION).tar
chmod 644 ../$(NAME)-$(VERSION).tar.bz2