diff options
| -rw-r--r-- | .travis.yml | 9 | ||||
| -rwxr-xr-x | unix/installManPage | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 77e52ea..1a991c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -361,6 +361,15 @@ matrix: - BUILD_DIR=win - CFGOPT="--enable-symbols=mem" before_install: *makepreinst +# "make dist" only + - name: "Linux: make dist" + os: linux + dist: bionic + compiler: gcc + env: + - BUILD_DIR=unix + script: + - make dist before_install: - cd ${BUILD_DIR} install: 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" |
