diff options
author | hobbs <hobbs> | 2000-05-03 00:18:19 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-05-03 00:18:19 (GMT) |
commit | c8873608e261d412eea36b1e0ea1e7bc26e0d103 (patch) | |
tree | 9a2195a4ae880e3a40e184b8e5f14f35dad7b455 /unix/Makefile.in | |
parent | 31a9095e823a5d4886f4351cf3b69fff92dca049 (diff) | |
download | tk-c8873608e261d412eea36b1e0ea1e7bc26e0d103.zip tk-c8873608e261d412eea36b1e0ea1e7bc26e0d103.tar.gz tk-c8873608e261d412eea36b1e0ea1e7bc26e0d103.tar.bz2 |
* unix/Makefile.in: added tk.spec to dist target
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 6e04186..2c73faf 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.45 2000/04/25 21:00:07 hobbs Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.46 2000/05/03 00:18:19 hobbs Exp $ # Current Tk version; used in various names. @@ -965,7 +965,7 @@ dist: $(UNIX_DIR)/configure cp $(TOP_DIR)/license.terms $(UNIX_DIR)/Makefile.in $(DISTDIR)/unix chmod 664 $(DISTDIR)/unix/Makefile.in cp $(UNIX_DIR)/configure $(UNIX_DIR)/configure.in \ - $(UNIX_DIR)/aclocal.m4 \ + $(UNIX_DIR)/aclocal.m4 $(UNIX_DIR)/tk.spec \ $(UNIX_DIR)/tkConfig.sh.in $(TCLDIR)/unix/install-sh \ $(UNIX_DIR)/README $(DISTDIR)/unix chmod 775 $(DISTDIR)/unix/configure $(DISTDIR)/unix/configure.in |