diff options
author | das <das> | 2003-07-23 05:53:58 (GMT) |
---|---|---|
committer | das <das> | 2003-07-23 05:53:58 (GMT) |
commit | 8ec43e75e59a28d15ca560fc3cae5fd50d93d334 (patch) | |
tree | d603d2875fa04a6784213e5b8d17aea4947a181b /unix | |
parent | 357da0177eba27ebbbe1423533bcbc8e30cd2e52 (diff) | |
download | tcl-8ec43e75e59a28d15ca560fc3cae5fd50d93d334.zip tcl-8ec43e75e59a28d15ca560fc3cae5fd50d93d334.tar.gz tcl-8ec43e75e59a28d15ca560fc3cae5fd50d93d334.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 f9853a8..bbcf604 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.121.2.2 2003/07/15 01:15:51 das Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.121.2.3 2003/07/23 05:53:58 das Exp $ VERSION = @TCL_VERSION@ MAJOR_VERSION = @TCL_MAJOR_VERSION@ @@ -1294,6 +1294,7 @@ dist: 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 \ |