diff options
author | davygrvy <davygrvy> | 2002-07-08 22:08:49 (GMT) |
---|---|---|
committer | davygrvy <davygrvy> | 2002-07-08 22:08:49 (GMT) |
commit | 8dc0306ca287f77276343fe17bb5571347510f97 (patch) | |
tree | bb1b2ad60b9432e47d6e7d4fb7f8cb55a29752a7 /unix/Makefile.in | |
parent | 6d260846a76c871138f603d5efe1a7bfb6c9cc7d (diff) | |
download | tk-8dc0306ca287f77276343fe17bb5571347510f97.zip tk-8dc0306ca287f77276343fe17bb5571347510f97.tar.gz tk-8dc0306ca287f77276343fe17bb5571347510f97.tar.bz2 |
Added missing win/lamp.bmp to the dist target.
Diffstat (limited to 'unix/Makefile.in')
-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/ |