bgarrigues pushed a commit to branch automake2
in repository groff.

commit 75d6973f11bf4080376a98013806db1f7f91c62d
Author: Bertrand Garrigues <[email protected]>
Date:   Tue Sep 23 00:03:55 2014 +0200

    Workaround to generate groff.pdf from groff.texi with texinfo 5.2.
    The LE{} macro works with texinfo 4.13 but not texinfo 5.2.
---
 doc/groff.texi |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/doc/groff.texi b/doc/groff.texi
index 55a22da..8494951 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -16118,7 +16118,10 @@ The argument@tie{}@var{n} must be an integer in the 
range @math{-32767}
 to 32767.
 
 @table @asis
-@item @math{0 @LE{} @var{n} @LE{} 1000}
+
+@c FIXME: the @LE macro fails with texinfo 5.2
+@c @item @math{0 @LE{} @var{n} @LE{} 1000}
+@item @math{0 <= @var{n} <= 1000}
 Set the color for filling solid drawing objects to a shade of gray,
 where 0 corresponds to solid white, 1000 (the default) to solid black,
 and values in between to intermediate shades of gray; this is obsoleted

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to