From f34cf0b731d8c1bcaa42c649d85a61f34f6e6201 Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Fri, 4 Jul 2025 08:40:16 +1000 Subject: Many small documentation updates and improvements Signed-off-by: Steve Bennett --- make-index | 2 ++ 1 file changed, 2 insertions(+) (limited to 'make-index') diff --git a/make-index b/make-index index 3532551..6911d03 100755 --- a/make-index +++ b/make-index @@ -37,6 +37,8 @@ while {[gets $f buf] >= 0} { } } } + # Handle TIP nnn references + regsub -all {TIP ([0-9]+)} $buf {https://core.tcl-lang.org/tips/doc/main/tip/\1.md[TIP \1]} buf lappend lines $buf set prev $buf } -- cgit v1.1