groff-commit
[Top][All Lists]
Advanced

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

[groff] 17/28: groff(1): Fix rendering glitch if no X11 support.


From: G. Branden Robinson
Subject: [groff] 17/28: groff(1): Fix rendering glitch if no X11 support.
Date: Wed, 25 May 2022 22:43:23 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 5f1b2717eb52ca84993b2df61742c9e09d6bceec
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Tue May 24 12:43:12 2022 -0500

    groff(1): Fix rendering glitch if no X11 support.
    
    * src/roff/groff/groff.1.man (Installation directories): Don't output a
      tagged paragraph for the X11 application defaults directory if the
      build symbol '@APPRESDIR@' is not defined (that is, we didn't build
      with X11 support).
---
 ChangeLog                  | 7 +++++++
 src/roff/groff/groff.1.man | 2 ++
 2 files changed, 9 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 45384c4e..5823093e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2022-05-24  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * src/roff/groff/groff.1.man (Installation directories): Don't
+       output a tagged paragraph for the X11 application defaults
+       directory if the build symbol '@APPRESDIR@' is not defined (that
+       is, we didn't build with X11 support).
+
 2022-05-24  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * m4/groff.m4 (GROFF_GHOSTSCRIPT_VERSION_CHECK): Fix code style
diff --git a/src/roff/groff/groff.1.man b/src/roff/groff/groff.1.man
index 7180859f..d98d45b9 100644
--- a/src/roff/groff/groff.1.man
+++ b/src/roff/groff/groff.1.man
@@ -1932,10 +1932,12 @@ On this installation,
 the following locations are used.
 .
 .
+.if !'@APPRESDIR@'' \{\
 .TP
 .I @APPRESDIR@
 Application defaults directory for
 .MR gxditview @MAN1EXT@ .
+.\}
 .
 .
 .TP



reply via email to

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