diff options
author | davygrvy <davygrvy> | 2002-07-08 22:08:49 (GMT) |
---|---|---|
committer | davygrvy <davygrvy> | 2002-07-08 22:08:49 (GMT) |
commit | 51ff029fc0c3cb14a7d9480aa51cdfff02329098 (patch) | |
tree | bb1b2ad60b9432e47d6e7d4fb7f8cb55a29752a7 /unix | |
parent | 5c31f52014f1fcc9c800c2620283e5e81c0110d5 (diff) | |
download | tk-51ff029fc0c3cb14a7d9480aa51cdfff02329098.zip tk-51ff029fc0c3cb14a7d9480aa51cdfff02329098.tar.gz tk-51ff029fc0c3cb14a7d9480aa51cdfff02329098.tar.bz2 |
Added missing win/lamp.bmp to the dist target.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 0564485..e67ef09 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.73 2002/06/26 02:38:26 dgp Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.74 2002/07/08 22:08:49 davygrvy Exp $ # Current Tk version; used in various names. @@ -1095,6 +1095,7 @@ dist: $(UNIX_DIR)/configure mklinks cp -p $(TOP_DIR)/win/rules.vc $(DISTDIR)/win $(TCL_EXE) $(TOOL_DIR)/eolFix.tcl -crlf $(DISTDIR)/win/rules.vc cp -p $(TOP_DIR)/win/README $(DISTDIR)/win + cp -p $(TOP_DIR)/win/lamp.bmp $(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/ |