summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorredman <redman>1999-07-13 22:19:06 (GMT)
committerredman <redman>1999-07-13 22:19:06 (GMT)
commit5fe0f86ff20e8d9310e6549af48af94d8c3e8216 (patch)
tree602d756f2d1741ebd3aa2306888b745699640a7e /unix/Makefile.in
parenta7ae3aa86a4cc03f7f757891cd3bc0da2e3c5811 (diff)
downloadtk-5fe0f86ff20e8d9310e6549af48af94d8c3e8216.zip
tk-5fe0f86ff20e8d9310e6549af48af94d8c3e8216.tar.gz
tk-5fe0f86ff20e8d9310e6549af48af94d8c3e8216.tar.bz2
Add .m4 files and Windows configure.in and Makefile.inscriptics_tclpro_1_3_b3core_8_2_b1
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in7
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