groff-commit
[Top][All Lists]
Advanced

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

[groff] 08/09: Make `PSPIC` failure fatal for in-tree documents.


From: G. Branden Robinson
Subject: [groff] 08/09: Make `PSPIC` failure fatal for in-tree documents.
Date: Thu, 31 Mar 2022 07:23:34 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 5ae3470d1b48204f57334eafa5be8bb95a5fb998
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Wed Mar 30 15:04:42 2022 +1100

    Make `PSPIC` failure fatal for in-tree documents.
    
    * contrib/hdtbl/examples/mixed_pickles.ms:
    * contrib/pdfmark/cover.ms:
    * doc/webpage.ms: Die horribly if `PSPIC` call fails.
---
 ChangeLog                                 | 4 ++++
 contrib/hdtbl/ChangeLog                   | 4 ++++
 contrib/hdtbl/examples/mixed_pickles.roff | 4 ++++
 contrib/pdfmark/ChangeLog                 | 4 ++++
 contrib/pdfmark/cover.ms                  | 3 +++
 doc/webpage.ms                            | 4 ++++
 6 files changed, 23 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 25376a09..50f80529 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-03-30  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * doc/webpage.ms: Die horribly if `PSPIC` call fails.
+
 2022-03-30  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * tmac/pspic.tmac (pspic*error-hook): Define (as empty).
diff --git a/contrib/hdtbl/ChangeLog b/contrib/hdtbl/ChangeLog
index 7f95a28f..69633a70 100644
--- a/contrib/hdtbl/ChangeLog
+++ b/contrib/hdtbl/ChangeLog
@@ -1,3 +1,7 @@
+2022-03-30  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * examples/mixed_pickles.ms: Die horribly if `PSPIC` call fails.
+
 2022-03-26  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * hdtbl.am (nodist_hdtblexample_DATA,
diff --git a/contrib/hdtbl/examples/mixed_pickles.roff 
b/contrib/hdtbl/examples/mixed_pickles.roff
index 9737b0b8..1c909e9a 100644
--- a/contrib/hdtbl/examples/mixed_pickles.roff
+++ b/contrib/hdtbl/examples/mixed_pickles.roff
@@ -20,6 +20,10 @@ for more details.
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+..
+.
+.am pspic*error-hook
+.  ab \\n[.F]:\\n[.c]: fatal error: PSPIC failed to include '\\$1'
 ..
 .
 .if !d sopath \
diff --git a/contrib/pdfmark/ChangeLog b/contrib/pdfmark/ChangeLog
index b9d7e0bf..e92b0960 100644
--- a/contrib/pdfmark/ChangeLog
+++ b/contrib/pdfmark/ChangeLog
@@ -1,3 +1,7 @@
+2022-03-30  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * cover.ms: Die horribly if `PSPIC` call fails.
+
 2022-03-26  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * pdfmark.am (PDFDOCFILES): Replace hard-coded "gnu.eps"
diff --git a/contrib/pdfmark/cover.ms b/contrib/pdfmark/cover.ms
index 69c0aeb2..b647a29a 100644
--- a/contrib/pdfmark/cover.ms
+++ b/contrib/pdfmark/cover.ms
@@ -4,6 +4,9 @@
 .\" are permitted in any medium without royalty provided the copyright
 .\" notice and this notice are preserved.
 .\"
+.am pspic*error-hook
+.  ab \\n[.F]:\\n[.c]: fatal error: PSPIC failed to include '\\$1'
+..
 .de CS
 .if !rCO .nr CO 0
 .if !rTL .nr TL 0
diff --git a/doc/webpage.ms b/doc/webpage.ms
index 9e690196..38cfb0d0 100644
--- a/doc/webpage.ms
+++ b/doc/webpage.ms
@@ -5,6 +5,10 @@
 .\" To make it work with other output devices also, we include
 .\" www.tmac directly.
 .\"
+.am pspic*error-hook
+.  ab \\n[.F]:\\n[.c]: fatal error: PSPIC failed to include '\\$1'
+..
+.
 .nr PS 10
 .nr VS 12
 .if '\*[.T]'html' .nr LL 10i



reply via email to

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