groff-commit
[Top][All Lists]
Advanced

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

[groff] 03/28: [doc]: Pacify warning from formatter.


From: G. Branden Robinson
Subject: [groff] 03/28: [doc]: Pacify warning from formatter.
Date: Sun, 25 Aug 2024 23:03:03 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit bf9e9ebc3787860d341a19cbffab89f2c4333099
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sun Aug 25 20:41:12 2024 -0500

    [doc]: Pacify warning from formatter.
    
    * doc/doc.am (doc/groff-man-pages.pdf, doc/groff-man-pages.utf8.txt):
      Run groff with "-K latin-1" option to avoid (harmless) error when
      formatting "groff_mmse.7".  Prompted by discussion with Deri in
      Savannah #66122.
    
      Fixes:
    
      troff:contrib/mm/groff_mmse.7:172: error: cannot translate character
      code 229 to special character 'oa' in device-independent output
---
 ChangeLog  | 14 ++++++++++++++
 doc/doc.am |  4 ++--
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4ad19e5d0..d446fe374 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2024-08-25  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * doc/doc.am (doc/groff-man-pages.pdf)
+       (doc/groff-man-pages.utf8.txt): Run groff with "-K latin-1"
+       option to avoid (harmless) error when formatting
+       "groff_mmse.7".  Prompted by discussion with Deri in Savannah
+       #66122.
+
+       Fixes:
+
+       troff:contrib/mm/groff_mmse.7:172: error: cannot translate
+       character code 229 to special character 'oa' in
+       device-independent output
+
 2024-08-24  Deri James  <deri@chuzzlewit.myzen.co.uk>
 
        [gropdf]: Make compatible with ImageMagick (IM) < 7.0.
diff --git a/doc/doc.am b/doc/doc.am
index b6ed60999..49e790824 100644
--- a/doc/doc.am
+++ b/doc/doc.am
@@ -279,7 +279,7 @@ doc/groff-man-pages.pdf: $(GROFF_MAN_PAGES_ALL) \
   $(DOC_GMP_COVER_PAGE) \
   eqn pic tbl pdfmom \
   $(TMAC_PACKAGE_MAN) $(TMAC_PACKAGE_MDOC) font/devps/freeeuro.pfa
-       $(GROFF_V)$(DOC_PDFMOM) -pet -mandoc -dHF=HB -rC1 \
+       $(GROFF_V)$(DOC_PDFMOM) -K latin-1 -pet -mandoc -dHF=HB -rC1 \
          -rCHECKSTYLE=3 -Tpdf -P-e \
          $(DOC_GMP_COVER_PAGE) \
          $(GROFF_MAN_PAGES1) \
@@ -288,7 +288,7 @@ doc/groff-man-pages.pdf: $(GROFF_MAN_PAGES_ALL) \
 
 doc/groff-man-pages.utf8.txt: $(GROFF_MAN_PAGES_ALL) eqn pic tbl \
   $(TMAC_PACKAGE_MAN) $(TMAC_PACKAGE_MDOC)
-       $(GROFF_V)$(DOC_GROFF) -pet -Tutf8 -mandoc \
+       $(GROFF_V)$(DOC_GROFF) -K latin-1 -pet -Tutf8 -mandoc \
          -rCHECKSTYLE=3 $(GROFF_MAN_PAGES1) \
          $(tmac_srcdir)/sv.tmac $(GROFF_MAN_PAGES2) \
          $(tmac_srcdir)/en.tmac $(GROFF_MAN_PAGES3) > $@



reply via email to

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