groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Groff] [patch] unbreak build: doc/Makefile.sub


From: Ingo Schwarze
Subject: [Groff] [patch] unbreak build: doc/Makefile.sub
Date: Sat, 15 Mar 2014 23:32:05 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

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  <address@hidden> (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 <address@hidden>
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 \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]