Index: xotcl/Makefile =================================================================== diff -u -rae1fe95f685e06aa89b09e196cf421ce9ded5891 -raf574e7e934986818f402ee382f7cdab57feed39 --- xotcl/Makefile (.../Makefile) (revision ae1fe95f685e06aa89b09e196cf421ce9ded5891) +++ xotcl/Makefile (.../Makefile) (revision af574e7e934986818f402ee382f7cdab57feed39) @@ -12,7 +12,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: Makefile,v 1.18 2004/08/22 10:00:19 neumann Exp $ +# RCS: @(#) $Id: Makefile,v 1.19 2004/08/25 09:45:23 neumann Exp $ #======================================================================== # Add additional lines to handle any additional AC_SUBST cases that @@ -616,9 +616,8 @@ -type f -o -type l | fgrep -v CVS | fgrep -v SCCS | fgrep -v .junk| fgrep -v .db | fgrep -v "~" | fgrep -v "#" | fgrep -v /receiver/` \ ) -tar: clean - (cd ..; tar zcvf ./xotcl-$(PACKAGE_VERSION).tar.gz \ - `find ./xotcl-$(PACKAGE_VERSION) -type f -o -type l| fgrep -v CVS | fgrep -v SCCS | fgrep -v Attic | fgrep -v "autom4te"| fgrep -v config\.status | fgrep -v "~"|fgrep -v .db | fgrep -v .junk | fgrep -v "#" | grep -v "/o$$"`) +tar: + sh ./config/mktar.sh .PHONY: all binaries clean depend distclean doc install libraries \