Hi Werner and all the list,
On Sat, Oct 11 2014 at 09:13:16 AM, Werner LEMBERG <[email protected]> wrote:
> I want to wait a few days so that you can test and check whether
> everything's fine. Please do so!
I've seen two more minor problems:
First, some fonts in devpdf (U-* fonts) are not built unless `afmtodit'
is already present (for example if groff is already installed).
Attached a patch to force the build of afmtodit before fonts/devpdf.
The second problem is that the example contrib/mom/examples/letter.pdf
is not correctly built: letters with a French accent ("é" or "è") are
not correctly displayed. I don't understand this problem: a few months
ago or in the previous tarball this pdf was correctly generated but the
-k option was not passed to pdfmom. I don't know how these characters
were managed, nor what changed since then.
diff --git a/Makefile.in b/Makefile.in
index a34a6a5..0f9aea3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -688,8 +688,10 @@ ALLTTYDEVDIRS=\
font/devutf8 \
font/devcp1047
# `doc' must be processed before `contrib/pdfmark',
-# pdf stuff must be processed before `contrib/mom'
+# pdf stuff must be processed before `contrib/mom'.
+# devpdf fonts depends on `afmtodit'.
OTHERDIRS=\
+ src/utils/afmtodit \
font/devpdf \
contrib/chem \
contrib/eqn2graph \
@@ -707,7 +709,6 @@ OTHERDIRS=\
contrib/mom \
doc \
man \
- src/utils/afmtodit \
src/roff/grog \
src/roff/nroff \
tmac
Regards,
--
Bertrand Garrigues