summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner LEMBERG <wl@gnu.org>2009-01-04 20:54:04 +0000
committerWerner LEMBERG <wl@gnu.org>2009-01-04 20:54:04 +0000
commit8407d40b9624fbf99ff291b1a33554824e573d62 (patch)
tree72c3da8f52c7a5b9a18f3b6da62b8f0cc4fa9ab2
parent0ba9ac513f520a1a82bc2392340c2b9f65756909 (diff)
downloadgroff-git-8407d40b9624fbf99ff291b1a33554824e573d62.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).
-rw-r--r--ChangeLog6
-rw-r--r--tmac/www.tmac20
2 files changed, 22 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 4eba70776..612051644 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-01-04 Werner LEMBERG <wl@gnu.org>
+
+ * 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).
+
2009-01-04 Gunnar Florus <http://florus.no>
* */*: Update GPL2 to GPL3.
diff --git a/tmac/www.tmac b/tmac/www.tmac
index b2cc24579..b9d2d1135 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 \\$@
. .
.\}
.