[Olaf: another suggested change for mktexpk]

> 1. Edit some files. Here are diffs between the modified and "pure" src
>    directories:

Can you please resend using "diff -u" (preferred) or "diff -c"?

> /usr/local/share/teTeX/bin/alpha-osf/mktexpk: mf-nowin: not found
>                                               ^^^^^^^^^^^^^^^^^^

A bug in mktexpk (it fails to supress this output). Fix: execute
  mf-nowin --version
in a subshell, i.e.
  if (mf-nowin --version) >/dev/null 2>&1; then
  ...

This obviously works for e.g. ttf2pk and hbf2gf invocations which are
already implemented like this.

Thomas

Reply via email to