gbranden pushed a commit to branch master
in repository groff.
commit 5f1b2717eb52ca84993b2df61742c9e09d6bceec
Author: G. Branden Robinson <[email protected]>
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 <[email protected]>
+
+ * 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 <[email protected]>
* 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
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit