summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorsurles <surles>1999-04-20 01:48:00 (GMT)
committersurles <surles>1999-04-20 01:48:00 (GMT)
commitd5c81a12532aea4fb1343a1d670ac06c6b73dcf3 (patch)
tree2bc24253769d190b6c4614c3d3f5aa2d8cf34eac /unix
parent96b0a8952cacebf737d5a9c9cc350a0e1f031be1 (diff)
downloadtk-d5c81a12532aea4fb1343a1d670ac06c6b73dcf3.zip
tk-d5c81a12532aea4fb1343a1d670ac06c6b73dcf3.tar.gz
tk-d5c81a12532aea4fb1343a1d670ac06c6b73dcf3.tar.bz2
modified the Tk makefiel to copy *.decls for a source release
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 98dc87a..ea28f1e 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.14 1999/04/16 01:51:44 stanton Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.15 1999/04/20 01:48:00 surles Exp $
# Current Tk version; used in various names.
@@ -926,6 +926,7 @@ dist: $(UNIX_DIR)/configure
mkdir $(DISTDIR)/generic
cp -p $(GENERIC_DIR)/*.c $(GENERIC_DIR)/*.h $(GENERIC_DIR)/prolog.ps \
$(DISTDIR)/generic
+ cp -p $(GENERIC_DIR)/*.decls $(DISTDIR)/generic
cp -p $(GENERIC_DIR)/README $(DISTDIR)/generic
cp -p $(TOP_DIR)/changes $(TOP_DIR)/README $(TOP_DIR)/license.terms \
$(DISTDIR)