>>>>> On Sat, 13 Jun 2020, Mikle Kolyada wrote:

> # Mikle Kolyada <zlog...@gentoo.org> (2020-06-13)
> # have been shipped with dev-texlive/texlive-plaingeneric
> # for the very long time. Removal in 14 days.
> dev-tex/tex4ht

This will break generation of the HTML version of PMS:

   $ make html
   set -e; sum=''; \
   while true; do \
     mk4ht xhlatex pms 'xhtml,fn-in,charset=utf-8' ' -cunihtf -utf8'; \
     oldsum=${sum}; sum=$(cksum pms.html); \
     test "${sum}" != "${oldsum}" || break; \
   done
   /bin/sh: line 2: mk4ht: command not found
   make: *** [Makefile:45: pms.html] Error 127

Ulrich

Attachment: signature.asc
Description: PGP signature

Reply via email to