diff options
author | das <das> | 2002-11-07 06:38:19 (GMT) |
---|---|---|
committer | das <das> | 2002-11-07 06:38:19 (GMT) |
commit | 13643396a4973234dcdcbb92f77bb3eceaf2e255 (patch) | |
tree | e9fc94e78bd40f4dfecae005a34e6ace5e198688 /unix/Makefile.in | |
parent | 1c9a76df1d88d79dbd3a7d76fd76db4a4149f304 (diff) | |
download | tk-13643396a4973234dcdcbb92f77bb3eceaf2e255.zip tk-13643396a4973234dcdcbb92f77bb3eceaf2e255.tar.gz tk-13643396a4973234dcdcbb92f77bb3eceaf2e255.tar.bz2 |
* unix/Makefile.in: added macosx/README to 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 15781f4..702b108 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.85 2002/10/10 05:01:23 hobbs Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.86 2002/11/07 06:38:19 das Exp $ # Current Tk version; used in various names. @@ -1136,6 +1136,7 @@ dist: $(UNIX_DIR)/configure mklinks mkdir $(DISTDIR)/macosx/Wish.pbproj cp -p $(TOP_DIR)/macosx/Wish.pbproj/*.pbx* \ $(DISTDIR)/macosx/Wish.pbproj + cp -p $(TOP_DIR)/macosx/README $(DISTDIR)/macosx mkdir $(DISTDIR)/compat cp -p $(TOP_DIR)/license.terms $(TCLDIR)/compat/unistd.h \ $(TCLDIR)/compat/stdlib.h $(TCLDIR)/compat/limits.h \ |