diff options
author | hobbs <hobbs> | 2002-11-19 02:20:34 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-11-19 02:20:34 (GMT) |
commit | 1c78ba6b98cbe17b2e461df0d7b9af4ca7ef0f79 (patch) | |
tree | 8224a6f470fa7a620fada21fe4bf84406de13c4f /unix | |
parent | 2f7e33397961d80d21da7c2b3ab631628a6eb6a6 (diff) | |
download | tk-1c78ba6b98cbe17b2e461df0d7b9af4ca7ef0f79.zip tk-1c78ba6b98cbe17b2e461df0d7b9af4ca7ef0f79.tar.gz tk-1c78ba6b98cbe17b2e461df0d7b9af4ca7ef0f79.tar.bz2 |
* unix/Makefile.in: add macosx/*.tcl (buildTkConfig.tcl in
particular) to the dist target.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
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 |