diff options
Diffstat (limited to 'unix/Makefile.in')
-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 |