summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorhypnotoad <yoda@etoyoc.com>2014-11-15 23:45:53 (GMT)
committerhypnotoad <yoda@etoyoc.com>2014-11-15 23:45:53 (GMT)
commit01a4dc691fcf8a5869d17de01b3c8a6bf259a474 (patch)
tree2edf1d9439f01d790d75eda14e29214b60011410 /unix/Makefile.in
parente1db3fcbdeac8ad795d2d381e2a220a8e5faee5b (diff)
downloadtcl-core_zip_vfs_c_encoder.zip
tcl-core_zip_vfs_c_encoder.tar.gz
tcl-core_zip_vfs_c_encoder.tar.bz2
Tweaks to buildcore_zip_vfs_c_encoder
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index fd9b548..b705ce0 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -890,6 +890,10 @@ install-libraries: libraries
@echo "Installing package platform::shell 1.1.4 as a Tcl Module";
@$(INSTALL_DATA) $(TOP_DIR)/library/platform/shell.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform/shell-1.1.4.tm;
+
+ @echo "Installing package zvfstools 0.1 as a Tcl Module";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/zvfstools/zvfstools.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/zvfstools-0.1.tm;
+
@echo "Installing encoding files to $(SCRIPT_INSTALL_DIR)/encoding/";
@for i in $(TOP_DIR)/library/encoding/*.enc ; do \
$(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/encoding; \