diff options
author | redman <redman@noemail.net> | 1999-07-13 22:19:06 (GMT) |
---|---|---|
committer | redman <redman@noemail.net> | 1999-07-13 22:19:06 (GMT) |
commit | 2a59aba37b3ce9dd2bcb3d3b26c0d71098c5be25 (patch) | |
tree | 602d756f2d1741ebd3aa2306888b745699640a7e /unix | |
parent | a36119407e22a1b3ecf5a7c92a18458c7ba854a5 (diff) | |
download | tk-2a59aba37b3ce9dd2bcb3d3b26c0d71098c5be25.zip tk-2a59aba37b3ce9dd2bcb3d3b26c0d71098c5be25.tar.gz tk-2a59aba37b3ce9dd2bcb3d3b26c0d71098c5be25.tar.bz2 |
Add .m4 files and Windows configure.in and Makefile.inscriptics-tclpro-1-3-b3core-8-2-b1
FossilOrigin-Name: b1be87a4544a294f2759c76f156f8923036f17ec
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 8db247a..0d0c56e 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.22 1999/06/30 16:21:26 redman Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.23 1999/07/13 22:19:06 redman Exp $ # Current Tk version; used in various names. @@ -944,6 +944,11 @@ dist: $(UNIX_DIR)/configure $(DISTDIR) rm -f $(DISTDIR)/generic/blt*.[ch] mkdir $(DISTDIR)/win + cp $(TOP_DIR)/win/Makefile.in $(DISTDIR)/win + cp $(TOP_DIR)/win/configure.in \ + $(TOP_DIR)/win/tkConfig.sh.in \ + $(TOP_DIR)/win/aclocal.m4 \ + $(DISTDIR)/win cp -p $(TOP_DIR)/win/*.c $(TOP_DIR)/win/*.h $(DISTDIR)/win cp -p $(TOP_DIR)/win/*.bat $(DISTDIR)/win cp -p $(TOP_DIR)/win/makefile.* $(DISTDIR)/win |