gbranden pushed a commit to branch master
in repository groff.

commit 8427b5ae1c057a4e5edfe49f165084ae98cbd945
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Aug 6 09:36:25 2026 -0500

    bootstrap.conf: Fix Savannah #68566.
    
    * bootstrap.conf: Add "build-aux/epsf.tex" to `gnulib_extra_files`.  We
      need it to support Encapsulated PostScript (EPS) files as inline
      images when rendering some formats of groff's Texinfo manual, and the
      build environment won't necessarily have it.
    
    Fixes <https://savannah.gnu.org/bugs/?68566>.  Thanks to Bruno Haible
    for the report and proposed remedy.
---
 ChangeLog      | 11 +++++++++++
 bootstrap.conf |  4 ++++
 2 files changed, 15 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 708a1599b..04901e3e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2026-08-06  G. Branden Robinson <[email protected]>
+
+       * bootstrap.conf: Add "build-aux/epsf.tex" to
+       `gnulib_extra_files`.  We need it to support Encapsulated
+       PostScript (EPS) files as inline images when rendering some
+       formats of groff's Texinfo manual, and the build environment
+       won't necessarily have it.
+
+       Fixes <https://savannah.gnu.org/bugs/?68566>.  Thanks to Bruno
+       Haible for the report and proposed remedy.
+
 2026-08-03  Bruno Haible <[email protected]>
 
        [eqn]: Fix generation of 'neqn' script on Alpine Linux.
diff --git a/bootstrap.conf b/bootstrap.conf
index 19b5f9881..a545bdf7b 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -113,6 +113,10 @@ tar        -
 pkg-config -
 "
 
+# We need epdf.tex to support Encapsulated PostScript (EPS) files as
+# inline images when rendering some formats of groff's Texinfo manual.
+gnulib_extra_files="$gnulib_extra_files build-aux/epsf.tex"
+
 bootstrap_post_import_hook ()
 {
   # Automake requires that ChangeLog exist.

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to