Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@g.o>
To: Mikle Kolyada <zlogene@g.o>
Cc: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Last rites: app-text/xindy dev-tex/tex4ht
Date: Sat, 13 Jun 2020 10:37:40
Message-Id: uftazl09i@gentoo.org
In Reply to: [gentoo-dev] Last rites: app-text/xindy dev-tex/tex4ht by Mikle Kolyada
1 >>>>> On Sat, 13 Jun 2020, Mikle Kolyada wrote:
2
3 > # Mikle Kolyada <zlogene@g.o> (2020-06-13)
4 > # have been shipped with dev-texlive/texlive-plaingeneric
5 > # for the very long time. Removal in 14 days.
6 > dev-tex/tex4ht
7
8 This will break generation of the HTML version of PMS:
9
10 $ make html
11 set -e; sum=''; \
12 while true; do \
13 mk4ht xhlatex pms 'xhtml,fn-in,charset=utf-8' ' -cunihtf -utf8'; \
14 oldsum=${sum}; sum=$(cksum pms.html); \
15 test "${sum}" != "${oldsum}" || break; \
16 done
17 /bin/sh: line 2: mk4ht: command not found
18 make: *** [Makefile:45: pms.html] Error 127
19
20 Ulrich

Attachments

File name MIME type
signature.asc application/pgp-signature