summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorsurles <surles@noemail.net>1999-04-20 01:48:00 (GMT)
committersurles <surles@noemail.net>1999-04-20 01:48:00 (GMT)
commit33eca271a0abb91d0acceec29d2a7cc2adcf7a7c (patch)
tree2bc24253769d190b6c4614c3d3f5aa2d8cf34eac /unix
parent79259544e656387be65d0e5ed3c869b0a8ddf38d (diff)
downloadtk-33eca271a0abb91d0acceec29d2a7cc2adcf7a7c.zip
tk-33eca271a0abb91d0acceec29d2a7cc2adcf7a7c.tar.gz
tk-33eca271a0abb91d0acceec29d2a7cc2adcf7a7c.tar.bz2
modified the Tk makefiel to copy *.decls for a source release
FossilOrigin-Name: 899f30c568d2f5034154bf481693c805281ab5a4
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)