diff options
author | hobbs <hobbs> | 2005-12-08 21:13:16 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2005-12-08 21:13:16 (GMT) |
commit | 3c48072c41bc2d591e55ddc9f182cf3a93c5c24c (patch) | |
tree | 037c77c7791225d4b18295b58e9f33d7205e41e6 /unix | |
parent | f96cbf5fbbf47f81c5833879c39fe42b39f72c99 (diff) | |
download | tk-3c48072c41bc2d591e55ddc9f182cf3a93c5c24c.zip tk-3c48072c41bc2d591e55ddc9f182cf3a93c5c24c.tar.gz tk-3c48072c41bc2d591e55ddc9f182cf3a93c5c24c.tar.bz2 |
fix dist target for manifest dir change
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 a14cfdb..5d6c2f1 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.109 2005/11/27 02:36:15 das Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.110 2005/12/08 21:13:17 hobbs Exp $ # Current Tk version; used in various names. @@ -1376,12 +1376,12 @@ dist: $(UNIX_DIR)/configure cp -p $(TOP_DIR)/win/README $(DISTDIR)/win cp -p $(TOP_DIR)/license.terms $(DISTDIR)/win mkdir $(DISTDIR)/win/rc - cp -p $(TOP_DIR)/win/rc/wish.exe.manifest $(DISTDIR)/win/rc/ + cp -p $(TOP_DIR)/win/wish.exe.manifest.in $(DISTDIR)/win/ cp -p $(TOP_DIR)/win/rc/*.rc $(TOP_DIR)/win/rc/*.cur \ $(TOP_DIR)/win/rc/*.ico $(TOP_DIR)/win/rc/*.bmp \ $(DISTDIR)/win/rc $(TCL_EXE) $(TOOL_DIR)/eolFix.tcl -crlf $(DISTDIR)/win/rc/*.rc - $(TCL_EXE) $(TOOL_DIR)/eolFix.tcl -crlf $(DISTDIR)/win/rc/wish.exe.manifest + $(TCL_EXE) $(TOOL_DIR)/eolFix.tcl -crlf $(DISTDIR)/win/wish.exe.manifest.in mkdir $(DISTDIR)/macosx cp -p $(TOP_DIR)/macosx/GNUmakefile $(TOP_DIR)/macosx/README \ $(TOP_DIR)/macosx/Wish.icns $(TOP_DIR)/macosx/*.c \ |