Overview
Comment: | Corrected name of "mk4tcl" project |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
f24c1d7c1efd5ef75d5b048ea475045a |
User & Date: | rkeene on 2011-11-18 18:56:33 |
Other Links: | manifest | tags |
Context
2011-11-19
| ||
00:30 | Updated to support Tcl/Tk license.terms in root directory (seems to have moved with 8.6) check-in: be74a816de user: rkeene tags: trunk | |
2011-11-18
| ||
18:56 | Corrected name of "mk4tcl" project check-in: f24c1d7c1e user: rkeene tags: trunk | |
2011-11-16
| ||
18:13 | Updated to include sub-project licenses in SDK check-in: 190f210e11 user: rkeene tags: trunk | |
Changes
Modified common/post/sdk.sh from [3d73e37614] to [3c8c3ad1cc].
︙ | ︙ | |||
43 44 45 46 47 48 49 | mkdir -p "${docdir}" case "${project}" in itcl|tcl|tk) cp "${projdir}/doc/license.terms" "${docdir}/" ;; | | | 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | mkdir -p "${docdir}" case "${project}" in itcl|tcl|tk) cp "${projdir}/doc/license.terms" "${docdir}/" ;; tclvfs|kitsh|mk4tcl|thread) cp "${projdir}/license.terms" "${docdir}/" ;; zlib) cp "${projdir}/README" "${docdir}/" ;; *) cp "${projdir}/README" "${projdir}/LICENSE" "${projdir}/doc/README" "${projdir}/doc/LICENSE" "${projdir}/license.terms" "${projdir}/doc/license.terms" "${docdir}/" >/dev/null 2>/dev/null |
︙ | ︙ |