* Makefile.in (PKG_TCL_SOURCES): Added 'tkvfs.tcl' to the list of
authorAndreas Kupries <andreas_kupries@users.sourceforge.net>
Mon, 22 Nov 2004 18:55:40 +0000 (18:55 +0000)
committerAndreas Kupries <andreas_kupries@users.sourceforge.net>
Mon, 22 Nov 2004 18:55:40 +0000 (18:55 +0000)
  installed files. It is listed in the package index, but was not
  installed.

ChangeLog
Makefile.in

index d5098dd26b66037d90c4af42a30ae913ce56c589..462d44dbf8dc6796a5bc39eedd06bc868e4d494b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,18 @@
+2004-11-22  Andreas Kupries( <andreask@activestate.com>
+
+       * Makefile.in (PKG_TCL_SOURCES): Added 'tkvfs.tcl' to the list of
+         installed files. It is listed in the package index, but was not
+         installed.
+
 2004-09-28  Vince Darley <vincentdarley@sourceforge.net>
 
        * win/makefile.vc: some cleanup of makefile to allow compilation
-       with more than just VC++ 5.x.
+         with more than just VC++ 5.x.
 
 2004-09-13  Vince Darley <vincentdarley@sourceforge.net>
 
        * generic/vfs.c: fix to crash if TclVfsAttr(Set|Get) are called
-       with a NULL interp for error reporting. [Bug 1022202]
+         with a NULL interp for error reporting. [Bug 1022202]
 
 2004-08-05  Andreas Kupries  <andreask@activestate.com>
 
index 7b36386540d4b6a1a2f450462336dc92d5b46a62..2dbf0ba28e7e03167d08ff0ee6ae56ca5541dcd0 100644 (file)
@@ -40,7 +40,8 @@ PKG_TCL_SOURCES = @PKG_TCL_SOURCES@ \
                  ftpvfs.tcl httpvfs.tcl mk4vfs.tcl starkit.tcl \
                  tarvfs.tcl tclprocvfs.tcl testvfs.tcl \
                  vfsUrl.tcl vfsUtils.tcl vfslib.tcl \
-                 webdavvfs.tcl zipvfs.tcl tclIndex
+                 webdavvfs.tcl zipvfs.tcl tclIndex \
+                 tkvfs.tcl
 
 #========================================================================
 # This is a list of public header files to be installed, if any.