From: helly Date: Wed, 31 May 2006 22:55:13 +0000 (+0000) Subject: - We're subversion now (CVS -> .svn) X-Git-Tag: 0.13.6~288 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aca28512998b4ed07930ce8b4e92f4b8c285abad;p=re2c - We're subversion now (CVS -> .svn) --- diff --git a/re2c/Makefile.am b/re2c/Makefile.am index b08461dc..60822795 100755 --- a/re2c/Makefile.am +++ b/re2c/Makefile.am @@ -44,7 +44,7 @@ src-rpm: dist zip: $(bin_PROGRAMS) $(EXTRA_ZIP) if test -f re2c-$(PACKAGE_VERSION)-src.zip; then rm -f re2c-$(PACKAGE_VERSION)-src.zip; fi zip -q -o -9 -r re2c-$(PACKAGE_VERSION)-src.zip $(re2c_SOURCES) $(EXTRA_ZIP) - zipinfo -1 re2c-$(PACKAGE_VERSION)-src.zip | grep CVS | xargs zip -d re2c-$(PACKAGE_VERSION)-src.zip >/dev/null + zipinfo -1 re2c-$(PACKAGE_VERSION)-src.zip | grep .svn | xargs zip -d re2c-$(PACKAGE_VERSION)-src.zip >/dev/null zipinfo -1 re2c-$(PACKAGE_VERSION)-src.zip | grep .cvsignore | xargs zip -d re2c-$(PACKAGE_VERSION)-src.zip >/dev/null if test -f re2c-$(PACKAGE_VERSION)-bin.zip; then rm -f re2c-$(PACKAGE_VERSION)-bin.zip; fi if test -f Release-2005/re2c.exe; then \