groff-commit
[Top][All Lists]
Advanced

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

[groff] 21/35: [mom]: Reflect groff file rename in documentation.


From: G. Branden Robinson
Subject: [groff] 21/35: [mom]: Reflect groff file rename in documentation.
Date: Fri, 15 Jul 2022 23:11:59 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 6633715eb3cfd11601357f7c905646e1b6abde5f
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sun Jul 10 03:43:44 2022 -0500

    [mom]: Reflect groff file rename in documentation.
    
    * contrib/mom/momdoc/appendices.html: Reflect file rename in groff
      distribution: the name of the file mapping Adobe Glyph List names to
      groff special character identifiers for text (as opposed to "special")
      fonts has changed from "textmap" to "text.map".
---
 contrib/mom/ChangeLog              |  8 ++++++++
 contrib/mom/momdoc/appendices.html | 10 +++++-----
 2 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/contrib/mom/ChangeLog b/contrib/mom/ChangeLog
index d0729809..f1e0470f 100644
--- a/contrib/mom/ChangeLog
+++ b/contrib/mom/ChangeLog
@@ -1,3 +1,11 @@
+2022-05-20  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * momdoc/appendices.html: Reflect file rename in groff
+       distribution: the name of the file mapping Adobe Glyph List
+       names to groff special character identifiers for text (as
+       opposed to "special") fonts has changed from "textmap" to
+       "text.map".
+
 2022-05-20  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * mom.am (MOMPROCESSEDEXAMPLEFILES): Include "typesetting.pdf"
diff --git a/contrib/mom/momdoc/appendices.html 
b/contrib/mom/momdoc/appendices.html
index 9f43ba98..4b34e713 100644
--- a/contrib/mom/momdoc/appendices.html
+++ b/contrib/mom/momdoc/appendices.html
@@ -529,11 +529,11 @@ Change into the directory holding the new font.
 </p>
 
 <p>
-For convenience in the next step, make a symbolic link to 
-the file 'textmap':
+For convenience in the next step, make a symbolic link to
+the file 'text.map':
 <br/>
 <span class="pre-in-pp">
-  ln -s &lt;prefix&gt;/&lt;version&gt;/font/devps/generate/textmap .
+  ln -s &lt;prefix&gt;/&lt;version&gt;/font/devps/generate/text.map .
 </span>
 See
 <a href="#small-note">here</a>
@@ -570,7 +570,7 @@ This will create three new files with the extensions .t42, 
.pfa, and
 .afm.  Next, run
 <br/>
 <span class="pre-in-pp">
-  afmtodit &lt;afm file&gt; textmap &lt;groff font&gt;
+  afmtodit &lt;afm file&gt; text.map &lt;groff font&gt;
 </span>
 This will create a groff font with the name you give.  (See
 <a href="#groff-font-names">here</a>
@@ -601,7 +601,7 @@ This will create two new files with the extensions .pfa, 
and .afm.
 Next, run
 <br/>
 <span class="pre-in-pp">
-  afmtodit &lt;afm file&gt; textmap &lt;groff font&gt;
+  afmtodit &lt;afm file&gt; text.map &lt;groff font&gt;
 </span>
 Move the .pfa and groff font files to
 <kbd>&lt;prefix&gt;/&lt;site-font&gt;/devps/</kbd>.



reply via email to

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