wl pushed a commit to branch master
in repository groff.
commit 7a0cceb69a8fa7daec39e7c108544eccff5e25e0
Author: Bertrand Garrigues <[email protected]>
Date: Wed Oct 29 07:18:36 2014 +0100
* Makefile.in (OTHERDIRS): Mention `afmtodit' first.
Otherwise, some fonts in `devpdf' (`U-*') are not built.
---
ChangeLog | 6 ++++++
Makefile.in | 5 +++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 87a4c96..86b82a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-10-29 Bertrand Garrigues <[email protected]>
+
+ * Makefile.in (OTHERDIRS): Mention `afmtodit' first.
+
+ Otherwise, some fonts in `devpdf' (`U-*') are not built.
+
2014-10-26 Eli Zaretskii <[email protected]>
Werner LEMBERG <[email protected]>
diff --git a/Makefile.in b/Makefile.in
index 7351bbc..bc156ce 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -696,8 +696,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 \
arch/mingw \
contrib/chem \
@@ -716,7 +718,6 @@ OTHERDIRS=\
contrib/mom \
doc \
man \
- src/utils/afmtodit \
src/roff/grog \
src/roff/nroff \
tmac
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit