Index: xotcl/ChangeLog =================================================================== diff -u -rae1fe95f685e06aa89b09e196cf421ce9ded5891 -r9edf1bd26aaa17e3ff96857301b034f7196c5b8d --- xotcl/ChangeLog (.../ChangeLog) (revision ae1fe95f685e06aa89b09e196cf421ce9ded5891) +++ xotcl/ChangeLog (.../ChangeLog) (revision 9edf1bd26aaa17e3ff96857301b034f7196c5b8d) @@ -1,7 +1,9 @@ 2004-08-22 Gustaf.Neumann@wu-wien.ac.at * fixed nonposargs, when used with checker procs and spaces in arguments * auto-generating docs in build tree (instead in source tree) - * fixed somewhat confusing declations in xotcl.h (XOTcl_Object and XOTclObject) + * cleanup of somewhat confusing declations in xotcl.h + (XOTcl_Object and XOTclObject) + * made a shell script config/mktar.sh for generating dist-cleaned tar files 2004-08-19 Gustaf.Neumann@wu-wien.ac.at * if configure is run outside the src tree the directory 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 \ Index: xotcl/doc/xo-daemon.html =================================================================== diff -u -rae1fe95f685e06aa89b09e196cf421ce9ded5891 -r9edf1bd26aaa17e3ff96857301b034f7196c5b8d --- xotcl/doc/xo-daemon.html (.../xo-daemon.html) (revision ae1fe95f685e06aa89b09e196cf421ce9ded5891) +++ xotcl/doc/xo-daemon.html (.../xo-daemon.html) (revision 9edf1bd26aaa17e3ff96857301b034f7196c5b8d) @@ -75,7 +75,7 @@ Date: