diff options
author | welch <welch> | 1999-03-17 20:16:54 (GMT) |
---|---|---|
committer | welch <welch> | 1999-03-17 20:16:54 (GMT) |
commit | 415b73ff44c63abfd27e8da7f25da512fc345540 (patch) | |
tree | 23ec5965474af6df983377d104e600b385af8137 | |
parent | c4c493e5f2f8c8cadd3a4bdf9a60afedc8312ec5 (diff) | |
download | tcl-415b73ff44c63abfd27e8da7f25da512fc345540.zip tcl-415b73ff44c63abfd27e8da7f25da512fc345540.tar.gz tcl-415b73ff44c63abfd27e8da7f25da512fc345540.tar.bz2 |
Added the tools subdirectory to the distribution
-rw-r--r-- | unix/Makefile.in | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 8e39fcc..d96b0bf 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.2.19 1999/03/13 18:23:34 welch Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.1.2.20 1999/03/17 20:16:55 welch Exp $ # Current Tcl version; used in various names. @@ -1110,6 +1110,17 @@ dist: $(UNIX_DIR)/configure $(DISTDIR)/unix/dltest cp -p $(UNIX_DIR)/dltest/configure.in $(UNIX_DIR)/dltest/configure \ $(UNIX_DIR)/dltest/README $(DISTDIR)/unix/dltest + mkdir $(DISTDIR)/tools + cp -p $(TOP_DIR)/tools/Makefile.in \ + $(TOP_DIR)/tools/README \ + $(TOP_DIR)/tools/configure \ + $(TOP_DIR)/tools/configure.in \ + $(TOP_DIR)/tools/*.tcl \ + $(TOP_DIR)/tools/man2tcl.c \ + $(TOP_DIR)/tools/tcl.wse \ + $(TOP_DIR)/tools/*.bmp \ + $(TOP_DIR)/tools/tcl.hpj.in \ + $(DISTDIR)/tools # # The following target can only be used for non-patch releases. Use |