From: Jeff Hobbs Date: Sat, 19 Oct 2002 02:44:57 +0000 (+0000) Subject: * Makefile.in: add tclIndex to install X-Git-Tag: vfs-1-2~26 X-Git-Url: http://privyetmir.co.uk/gitweb.cgi?a=commitdiff_plain;h=f44c800a37cc2eeb977f44e094fe3aa595951f2e;p=tclvfs * Makefile.in: add tclIndex to install --- diff --git a/ChangeLog b/ChangeLog index fe7d3c9..5bf7ee6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2002-10-18 Jeff Hobbs + + * Makefile.in: add tclIndex to install + + * library/mk4vfs.tcl: + * library/starkit.tcl: + * library/vfsUtils.tcl: + * library/vfslib.tcl: + * library/webdavvfs.tcl: whitespace cleanup + + * library/pkgIndex.tcl: remove 8.4 alpha checks, use vfs::dll var + to store library name. + 2002-10-15 Jeff Hobbs * tclconfig/tcl.m4: diff --git a/Makefile.in b/Makefile.in index 8537ba4..34fdc6a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -35,7 +35,7 @@ vfs_LIB_FILE = @vfs_LIB_FILE@ RUNTIME_SOURCES = pkgIndex.tcl ftpvfs.tcl httpvfs.tcl mk4vfs.tcl \ starkit.tcl tclprocvfs.tcl testvfs.tcl \ vfslib.tcl vfsUrl.tcl vfsUtils.tcl \ - webdavvfs.tcl zipvfs.tcl + webdavvfs.tcl zipvfs.tcl tclIndex #======================================================================== # This is a list of header files to be installed @@ -307,9 +307,9 @@ install-lib-binaries: fi; \ fi; \ done + @echo "Installing runtime sources in $(DESTDIR)$(pkglibdir)/" @list='$(RUNTIME_SOURCES)'; for p in $$list; do \ if test -f $(srcdir)/library/$$p; then \ - echo " Install $$p $(DESTDIR)$(pkglibdir)/$$p"; \ $(INSTALL_DATA) $(srcdir)/library/$$p $(DESTDIR)$(pkglibdir)/$$p; \ fi; \ done