diff options
author | stanton <stanton> | 1998-12-10 01:40:54 (GMT) |
---|---|---|
committer | stanton <stanton> | 1998-12-10 01:40:54 (GMT) |
commit | 2adb58166d5d87703d0279a9c84ce3f5f5e5ad69 (patch) | |
tree | daa0b819565acf4b35d5de84edddba5e059ad005 /unix/Makefile.in | |
parent | 5460711e37dd71c7c401fab8115b0bacaff48eb4 (diff) | |
download | tcl-2adb58166d5d87703d0279a9c84ce3f5f5e5ad69.zip tcl-2adb58166d5d87703d0279a9c84ce3f5f5e5ad69.tar.gz tcl-2adb58166d5d87703d0279a9c84ce3f5f5e5ad69.tar.bz2 |
* library/msgcat1.0/msgcat.tcl: Fixed bad export list, fixed so
all locale strings are converted to lower case, including file
names.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 967f521..28870e3 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.1.2.10 1998/12/10 00:49:46 stanton Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.1.2.11 1998/12/10 01:40:56 stanton Exp $ # Current Tcl version; used in various names. @@ -998,14 +998,6 @@ dist: $(UNIX_DIR)/configure $(DISTDIR)/unix/dltest cp -p $(UNIX_DIR)/dltest/configure.in $(UNIX_DIR)/dltest/configure \ $(UNIX_DIR)/dltest/README $(DISTDIR)/unix/dltest - mkdir $(DISTDIR)/tools - cp -p $(TOP_DIR)/tools/*.in $(TOP_DIR)/tools/*.c \ - $(TOP_DIR)/tools/*.tcl $(TOP_DIR)/tools/*.hpj \ - $(TOP_DIR)/tools/*.wse $(TOP_DIR)/tools/str2c \ - $(TOP_DIR)/tools/README $(DISTDIR)/tools - cp -p $(TOP_DIR)/license.terms $(DISTDIR)/tools - mkdir $(DISTDIR)/tools/encoding - cp `ls -d1 $(TOP_DIR)/tools/encoding/*|egrep -i -v "(CVS|SCCS|TAGS|~|,|#|%|core|\.l?o)"` $(DISTDIR)/tools/encoding # # The following target can only be used for non-patch releases. Use @@ -1018,7 +1010,7 @@ alldist: dist $(DISTROOT)/$(ZIPNAME) cd $(DISTROOT); tar cf $(DISTNAME).tar $(DISTNAME); \ gzip -9 -c $(DISTNAME).tar > $(DISTNAME).tar.gz; \ - compress $(DISTNAME).tar; zip -r8 $(ZIPNAME) $(DISTNAME) + compress $(DISTNAME).tar; zip -qr8 $(ZIPNAME) $(DISTNAME) # # The target below is similar to "alldist" except it works for patch |