From 0252cfc65484d150549ddca434a96ec77d1da8bc Mon Sep 17 00:00:00 2001 From: das Date: Wed, 23 Jul 2003 05:53:42 +0000 Subject: * unix/Makefile.in: added macosx/README to dist target. --- ChangeLog | 4 ++++ unix/Makefile.in | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b0a1980..ce5c3b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-07-23 Daniel Steffen + + * unix/Makefile.in: added macosx/README to dist target. + 2003-07-23 Pat Thoyts * win/tclWinReg.c (OpenSubKey): Fixed bug 775976 which causes the diff --git a/unix/Makefile.in b/unix/Makefile.in index e299ff3..5e69d40 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.130 2003/07/18 02:02:02 das Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.131 2003/07/23 05:53:43 das Exp $ VERSION = @TCL_VERSION@ MAJOR_VERSION = @TCL_MAJOR_VERSION@ @@ -1342,6 +1342,7 @@ dist: $(UNIX_DIR)/configure mklinks $(DISTDIR)/macosx mkdir $(DISTDIR)/macosx/Tcl.pbproj cp -p $(TOP_DIR)/macosx/Tcl.pbproj/*.pbx* $(DISTDIR)/macosx/Tcl.pbproj + cp -p $(TOP_DIR)/macosx/README $(DISTDIR)/macosx mkdir $(DISTDIR)/unix/dltest cp -p $(UNIX_DIR)/dltest/*.c $(UNIX_DIR)/dltest/Makefile.in \ $(UNIX_DIR)/dltest/README \ -- cgit v0.12