summaryrefslogtreecommitdiffstats
path: root/unix/installManPage
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-06-26 13:29:41 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-06-26 13:29:41 (GMT)
commite758e349344fca7d9511356a69b89eb7177194e1 (patch)
tree9aaee7cae35548ad11085032e49bfd2cd4216034 /unix/installManPage
parent538b919b189ab1c46fa7b74b99c503240dfc0f6f (diff)
downloadtcl-e758e349344fca7d9511356a69b89eb7177194e1.zip
tcl-e758e349344fca7d9511356a69b89eb7177194e1.tar.gz
tcl-e758e349344fca7d9511356a69b89eb7177194e1.tar.bz2
Add "make dist" target to Travis build, as regression test. This should continue to work.
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 1af3f6d..00c6cc5 100755
--- a/unix/installManPage
+++ b/unix/installManPage
@@ -99,7 +99,7 @@ SrcDir=`dirname $ManPage`
### Process Page to Create Target Pages
###
-Specials="DString Thread Notifier RegExp library packagens pkgMkIndex safesock"
+Specials="DString Thread Notifier RegExp library packagens pkgMkIndex safesock FindPhoto FontId MeasureChar"
for n in $Specials; do
if [ "$Name" = "$n" ] ; then
Names="$n $Names"