Index: xotcl/Makefile.in =================================================================== diff -u -r2139510e0635ca88521b99d7c9751c2c15b306b6 -r9edf1bd26aaa17e3ff96857301b034f7196c5b8d --- xotcl/Makefile.in (.../Makefile.in) (revision 2139510e0635ca88521b99d7c9751c2c15b306b6) +++ xotcl/Makefile.in (.../Makefile.in) (revision 9edf1bd26aaa17e3ff96857301b034f7196c5b8d) @@ -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.in,v 1.9 2004/08/22 09:30:45 neumann Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.10 2004/08/22 10:20:56 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 \