Tcl Source Code

Check-in [95b2143482]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Use the actual case used by Thread to name the directory its distributions unpack into.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 95b21434824f2f03f32b8362a398fb57921ebf3b
User & Date: dgp 2011-08-02 15:11:51
Context
2011-08-03
18:12
Fix build on systems where ECANCELED == ELIBMAX check-in: a26df401f3 user: dgp tags: trunk
2011-08-02
15:12
merge to rc check-in: e4ebd9b9c7 user: dgp tags: core-8-6-b2-rc
15:11
Use the actual case used by Thread to name the directory its distributions unpack into. check-in: 95b2143482 user: dgp tags: trunk
14:45
Variable substitution botch. check-in: 16eb322d13 user: dgp tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to tools/tcltk-man2html.tcl.

969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
		close $f
	    }
	}
    } trap {POSIX ENOENT} {} {
	set packageDirNameMap {
	    itcl {[incr Tcl]}
	    tdbc {TDBC}
	    Thread Thread
	}
    }

    #
    # Invoke the scraper/converter engine.
    #
    make-man-pages $webdir \







|







969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
		close $f
	    }
	}
    } trap {POSIX ENOENT} {} {
	set packageDirNameMap {
	    itcl {[incr Tcl]}
	    tdbc {TDBC}
	    thread Thread
	}
    }

    #
    # Invoke the scraper/converter engine.
    #
    make-man-pages $webdir \