summaryrefslogtreecommitdiff
path: root/tmac
diff options
context:
space:
mode:
authorwl <wl>2009-01-04 20:54:04 +0000
committerwl <wl>2009-01-04 20:54:04 +0000
commitfa2d49fbf36b1e81c1e4fc3ddb6419a96a1d995e (patch)
treeca8d9dc795367d0ef7578112e9011cc60bba0527 /tmac
parent2e5a31c2c2d9384aed64feaf3dd9035da2e07633 (diff)
downloadgroff-fa2d49fbf36b1e81c1e4fc3ddb6419a96a1d995e.tar.gz
* tmac/www.tmac (TS, TE, EQ, EN): Set line length to a large value
if processed with -Thtml to avoid warning messages (from code inserted by tbl, for example).
Diffstat (limited to 'tmac')
-rw-r--r--tmac/www.tmac20
1 files changed, 16 insertions, 4 deletions
diff --git a/tmac/www.tmac b/tmac/www.tmac
index b2cc2457..b9d2d113 100644
--- a/tmac/www.tmac
+++ b/tmac/www.tmac
@@ -1406,22 +1406,34 @@ HTML always denotes XHTML also.
.\"
.if !d TS \{\
. de TS
-. nop \\*[HTML-IMAGE]\\
+. HTML-IMAGE \\$@
+. if \\n[www-html] \{\
+. nr www-TS-ll \\n[.l]
+. ll 1000n
+. \}
. .
.\}
.if !d TE \{\
. de TE
-. nop \\*[HTML-IMAGE-END]\\
+. if \\n[www-html] \
+. ll \\n[www-TS-ll]u
+. HTML-IMAGE-END \\$@
. .
.\}
.if !d EQ \{\
. de EQ
-. nop \\*[EQN-HTML-IMAGE]\\
+. EQN-HTML-IMAGE \\$@
+. if \\n[www-html] \{\
+. nr www-EQ-ll \\n[.l]
+. ll 1000n
+. \}
. .
.\}
.if !d EN \{\
. de EN
-. nop \\*[EQN-HTML-IMAGE-END]\\
+. if \\n[www-html] \
+. ll \\n[www-EQ-ll]u
+. EQN-HTML-IMAGE-END \\$@
. .
.\}
.