summaryrefslogtreecommitdiffstats
path: root/unix/installManPage
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-31 11:14:35 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-31 11:14:35 (GMT)
commit939e6b3a1a8d1a30e7f4c193e104f02a40c71184 (patch)
treed18558b24780f35dc0891f9434902ac2cdaa8ce4 /unix/installManPage
parent84ba09182d9e867acfec2559f5798992493b7f38 (diff)
parent4ba2b4fbdf240b54a7d8505ab3f0a75eb4cc2882 (diff)
downloadtcl-939e6b3a1a8d1a30e7f4c193e104f02a40c71184.zip
tcl-939e6b3a1a8d1a30e7f4c193e104f02a40c71184.tar.gz
tcl-939e6b3a1a8d1a30e7f4c193e104f02a40c71184.tar.bz2
Merge 8.5
Diffstat (limited to 'unix/installManPage')
-rwxr-xr-xunix/installManPage2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/installManPage b/unix/installManPage
index 935bbcd..2814259 100755
--- a/unix/installManPage
+++ b/unix/installManPage
@@ -99,7 +99,7 @@ SrcDir=`dirname $ManPage`
### Process Page to Create Target Pages
###
-Specials="FindPhoto FontId MeasureChar"
+Specials="DString Thread Notifier RegExp library packagens pkgMkIndex safesock"
for n in $Specials; do
if [ "$Name" = "$n" ] ; then
Names="$n $Names"