From 1b7efea2c81d4f18ad2abe2e7a7a2a62f0dd7452 Mon Sep 17 00:00:00 2001 From: dgp Date: Thu, 31 Jan 2002 23:21:01 +0000 Subject: make mklinks after recent doc additions to FileSystem.3 --- unix/mkLinks | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/unix/mkLinks b/unix/mkLinks index 6ac5d77..1cdd758 100644 --- a/unix/mkLinks +++ b/unix/mkLinks @@ -457,6 +457,9 @@ if test -r FileSystem.3; then rm -f Tcl_FSRegister.3 rm -f Tcl_FSUnregister.3 rm -f Tcl_FSData.3 + rm -f Tcl_FSMountsChanged.3 + rm -f Tcl_FSGetFileSystemForPath.3 + rm -f Tcl_FSGetPathType.3 rm -f Tcl_FSCopyFile.3 rm -f Tcl_FSCopyDirectory.3 rm -f Tcl_FSCreateDirectory.3 @@ -494,6 +497,9 @@ if test -r FileSystem.3; then ln FileSystem.3 Tcl_FSRegister.3 ln FileSystem.3 Tcl_FSUnregister.3 ln FileSystem.3 Tcl_FSData.3 + ln FileSystem.3 Tcl_FSMountsChanged.3 + ln FileSystem.3 Tcl_FSGetFileSystemForPath.3 + ln FileSystem.3 Tcl_FSGetPathType.3 ln FileSystem.3 Tcl_FSCopyFile.3 ln FileSystem.3 Tcl_FSCopyDirectory.3 ln FileSystem.3 Tcl_FSCreateDirectory.3 -- cgit v0.12