gbranden pushed a commit to branch master
in repository groff.

commit 3420fec3e21a49ea357b213fa22ade64b9540279
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Oct 7 13:27:28 2025 -0500

    [hdtbl]: Make examples abort on fatal error.
    
    * contrib/hdtbl/examples/fonts_n.in:
    * contrib/hdtbl/examples/fonts_x.in: Invoke `ab`ort request when failing
      to find the required "library" macro file, since this is a fatal
      problem.
---
 contrib/hdtbl/ChangeLog           | 7 +++++++
 contrib/hdtbl/examples/fonts_n.in | 1 +
 contrib/hdtbl/examples/fonts_x.in | 1 +
 3 files changed, 9 insertions(+)

diff --git a/contrib/hdtbl/ChangeLog b/contrib/hdtbl/ChangeLog
index feab2aabb..789d489f4 100644
--- a/contrib/hdtbl/ChangeLog
+++ b/contrib/hdtbl/ChangeLog
@@ -1,3 +1,10 @@
+2025-10-07  G. Branden Robinson <[email protected]>
+
+       * examples/fonts_n.in:
+       * examples/fonts_x.in: Invoke `ab`ort request when failing to
+       find the required "library" macro file, since this is a fatal
+       problem.
+
 2025-08-23  G. Branden Robinson <[email protected]>
 
        * hdtbl.tmac (TBL, TR, TD, t*cl): Replace Control+G character
diff --git a/contrib/hdtbl/examples/fonts_n.in 
b/contrib/hdtbl/examples/fonts_n.in
index 7c7408714..a2ea57512 100644
--- a/contrib/hdtbl/examples/fonts_n.in
+++ b/contrib/hdtbl/examples/fonts_n.in
@@ -39,6 +39,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 .if !d common \{\
 .  tmc \n[.F]: cannot find "\*[lib]"; specify its location
 .  tm1 " with groff '-I' or '-d sopath=' option
+.  ab
 .\}
 .
 .
diff --git a/contrib/hdtbl/examples/fonts_x.in 
b/contrib/hdtbl/examples/fonts_x.in
index 93ea80ec6..d39626ff9 100644
--- a/contrib/hdtbl/examples/fonts_x.in
+++ b/contrib/hdtbl/examples/fonts_x.in
@@ -39,6 +39,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 .if !d common \{\
 .  tmc \n[.F]: cannot find "\*[lib]"; specify its location
 .  tm1 " with groff '-I' or '-d sopath=' option
+.  ab
 .\}
 .
 .

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

Reply via email to