From: helly Date: Wed, 1 Mar 2006 10:57:11 +0000 (+0000) Subject: - Add docu, examples and tests to win src package X-Git-Tag: 0.13.6~436 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a841ed91699ced3c6f38b14575f449587fb10fbb;p=re2c - Add docu, examples and tests to win src package --- diff --git a/Makefile.am b/Makefile.am index 78f1c4d2..f4b136e7 100755 --- a/Makefile.am +++ b/Makefile.am @@ -42,7 +42,8 @@ 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 re2c-$(PACKAGE_VERSION)-src.zip $(re2c_SOURCES) $(EXTRA_ZIP) + 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 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 \ zip -q -o -9 -j re2c-$(PACKAGE_VERSION)-bin.zip $(win_BINARIES); \