Hi, Werner's latest commit adding meintro_fr broke the build. Here is the tiny fix.
Yours, Ingo ----- 8< ----- schnipp ----- >8 ----- 8< ----- schnapp ----- >8 ----- 2014-03-15 Ingo Schwarze <schwa...@openbsd.org> (tiny change) * doc/Makefile.sub: Let the build access the preconv binary. This got broken in e66656a9b931cc4a253d7c454dc7550994a5431c when the -k flag was added to the groff invocation without adding preconv to $(groff_bin_dirs). ----- 8< ----- schnipp ----- >8 ----- 8< ----- schnapp ----- >8 ----- commit 2ac61a468b805e62f135508270026d8bf2923aa7 Author: Ingo Schwarze <schwa...@openbsd.org> Date: Sat Mar 15 23:04:30 2014 +0100 Let the doc build access the preconv binary. * doc/Makefile.sub: This got broken in e66656a9b931cc4a253d7c454dc7550994a5431c when the -k flag was added to the groff invocation without adding preconv to $(groff_bin_dirs). diff --git a/doc/Makefile.sub b/doc/Makefile.sub index e6df86b..913b262 100644 --- a/doc/Makefile.sub +++ b/doc/Makefile.sub @@ -24,6 +24,7 @@ GROFF_BIN_PATH=`echo $(groff_bin_dirs) | sed -e 's| *|$(SH_SEP)|g'` groff_bin_dirs=\ $(top_builddir)/src/roff/groff \ $(top_builddir)/src/roff/troff \ + $(top_builddir)/src/preproc/preconv \ $(top_builddir)/src/preproc/pic \ $(top_builddir)/src/preproc/eqn \ $(top_builddir)/src/preproc/tbl \