diff options
author | das <das> | 2003-07-23 05:53:42 (GMT) |
---|---|---|
committer | das <das> | 2003-07-23 05:53:42 (GMT) |
commit | 0252cfc65484d150549ddca434a96ec77d1da8bc (patch) | |
tree | 68814f10b61d9738bc2b0526a54915d203f1a3e2 /unix | |
parent | f7d0bec92ea0f1405a40b1f9a77d4b585fc903ba (diff) | |
download | tcl-0252cfc65484d150549ddca434a96ec77d1da8bc.zip tcl-0252cfc65484d150549ddca434a96ec77d1da8bc.tar.gz tcl-0252cfc65484d150549ddca434a96ec77d1da8bc.tar.bz2 |
* unix/Makefile.in: added macosx/README to 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 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 \ |