From 1c78ba6b98cbe17b2e461df0d7b9af4ca7ef0f79 Mon Sep 17 00:00:00 2001 From: hobbs Date: Tue, 19 Nov 2002 02:20:34 +0000 Subject: * unix/Makefile.in: add macosx/*.tcl (buildTkConfig.tcl in particular) to the dist target. --- ChangeLog | 5 +++++ unix/Makefile.in | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 39fb8c9..6aa6e9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-11-19 Jeff Hobbs + + * unix/Makefile.in: add macosx/*.tcl (buildTkConfig.tcl in + particular) to the dist target. + 2002-11-14 Mo DeJong * generic/tkWindow.c (Tk_DestroyWindow, diff --git a/unix/Makefile.in b/unix/Makefile.in index 702b108..a20a3e3 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.86 2002/11/07 06:38:19 das Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.87 2002/11/19 02:20:35 hobbs Exp $ # Current Tk version; used in various names. @@ -1062,7 +1062,7 @@ mklinks: DISTROOT = /tmp/dist DISTNAME = tk${VERSION}${PATCH_LEVEL} -ZIPNAME = tk${MAJOR_VERSION}${MINOR_VERSION}${PATCH_LEVEL}.zip +ZIPNAME = tk${MAJOR_VERSION}${MINOR_VERSION}${PATCH_LEVEL}-src.zip DISTDIR = $(DISTROOT)/$(DISTNAME) TCLDIR = @TCL_SRC_DIR@ $(UNIX_DIR)/configure: $(UNIX_DIR)/configure.in @@ -1132,7 +1132,7 @@ dist: $(UNIX_DIR)/configure mklinks mkdir $(DISTDIR)/macosx cp -p $(TOP_DIR)/macosx/Makefile $(TOP_DIR)/macosx/Wish.icns \ $(TOP_DIR)/macosx/*.c $(TOP_DIR)/macosx/*.h \ - $(TOP_DIR)/macosx/*.r $(DISTDIR)/macosx + $(TOP_DIR)/macosx/*.r $(TOP_DIR)/macosx/*.tcl $(DISTDIR)/macosx mkdir $(DISTDIR)/macosx/Wish.pbproj cp -p $(TOP_DIR)/macosx/Wish.pbproj/*.pbx* \ $(DISTDIR)/macosx/Wish.pbproj -- cgit v0.12