diff options
author | hershey <hershey> | 1999-04-06 02:57:58 (GMT) |
---|---|---|
committer | hershey <hershey> | 1999-04-06 02:57:58 (GMT) |
commit | f26a469403865f590263214dd3d4b0ca8788e46e (patch) | |
tree | 55b4f42c3aec5c6767fdc4ae4c653c2abfaffa58 | |
parent | ea976b226190a57bd18d2000f46416ac1a3387e0 (diff) | |
download | tk-f26a469403865f590263214dd3d4b0ca8788e46e.zip tk-f26a469403865f590263214dd3d4b0ca8788e46e.tar.gz tk-f26a469403865f590263214dd3d4b0ca8788e46e.tar.bz2 |
removed reference to "tests/visual"--the file is now called "visual_bb.test".
-rw-r--r-- | unix/Makefile.in | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index f40e354..b54c7d0 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.1.4.11 1999/04/01 21:58:51 redman Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.1.4.12 1999/04/06 02:57:58 hershey Exp $ # Current Tk version; used in various names. @@ -993,10 +993,8 @@ dist: $(UNIX_DIR)/configure $(TCLDIR)/doc/man.macros $(DISTDIR)/doc mkdir $(DISTDIR)/tests cp -p $(TOP_DIR)/license.terms $(TOP_DIR)/tests/*.test \ - $(TOP_DIR)/tests/visual $(TOP_DIR)/tests/*.tcl \ - $(TOP_DIR)/tests/README $(TOP_DIR)/tests/all.tcl \ - $(TOP_DIR)/tests/defs.tcl $(TOP_DIR)/tests/option.file* \ - $(DISTDIR)/tests + $(TOP_DIR)/tests/*.tcl $(TOP_DIR)/tests/README \ + $(TOP_DIR)/tests/option.file* $(DISTDIR)/tests # # The following target can only be used for non-patch releases. Use |