aboutsummaryrefslogtreecommitdiff
path: root/make-index
diff options
context:
space:
mode:
Diffstat (limited to 'make-index')
-rwxr-xr-xmake-index2
1 files changed, 2 insertions, 0 deletions
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
}