summaryrefslogtreecommitdiff
path: root/tmac/troffrc-end
diff options
context:
space:
mode:
authorwlemb <wlemb>2001-03-29 12:54:36 +0000
committerwlemb <wlemb>2001-03-29 12:54:36 +0000
commit23abe4f0a4086b81f18014c0cb43e62f8497f577 (patch)
treec840efb14ff7ec4c3fc90ddaddacd6cd3f095d59 /tmac/troffrc-end
parent1efc6402f007b69588b658ae17907c1c15dca419 (diff)
downloadgroff-23abe4f0a4086b81f18014c0cb43e62f8497f577.tar.gz
* tmac/troffrc-end: Protect data with `.do'. Reported by T. Kurt
Bond <tkb@tkb.mpl.com>.
Diffstat (limited to 'tmac/troffrc-end')
-rw-r--r--tmac/troffrc-end20
1 files changed, 10 insertions, 10 deletions
diff --git a/tmac/troffrc-end b/tmac/troffrc-end
index 930e6afd..3f44ad6c 100644
--- a/tmac/troffrc-end
+++ b/tmac/troffrc-end
@@ -2,19 +2,19 @@
.\" final startup file for troff
.\" this file is parsed after all macro sets have been read
.\"
-.if '\*(.T'html' .mso html.tmac
-.if '\*(.T'html-old' .mso html-old.tmac
+.do if '\*(.T'html' .mso html.tmac
+.do if '\*(.T'html-old' .mso html-old.tmac
.\" if we are running the postscript device for html images then load -mwww
.\"
-.if r ps4html .mso www.tmac
+.do if r ps4html .mso www.tmac
.\"
.\" for all other devices blank out these macros
.\"
-.if !d HTML-IMAGE-INLINE .ds HTML-IMAGE-INLINE
-.if !d HTML-IMAGE .ds HTML-IMAGE
-.if !d HTML-IMAGE-RIGHT .ds HTML-IMAGE-RIGHT
-.if !d HTML-IMAGE-LEFT .ds HTML-IMAGE-LEFT
-.if !d HTML-IMAGE-END .ds HTML-IMAGE-END
-.if !d HTML-TAG .ds HTML-TAG
-.if !d HTML-DO-IMAGE .ds HTML-DO-IMAGE
+.do if !d HTML-IMAGE-INLINE .ds HTML-IMAGE-INLINE
+.do if !d HTML-IMAGE .ds HTML-IMAGE
+.do if !d HTML-IMAGE-RIGHT .ds HTML-IMAGE-RIGHT
+.do if !d HTML-IMAGE-LEFT .ds HTML-IMAGE-LEFT
+.do if !d HTML-IMAGE-END .ds HTML-IMAGE-END
+.do if !d HTML-TAG .ds HTML-TAG
+.do if !d HTML-DO-IMAGE .ds HTML-DO-IMAGE
.\" Don't let blank lines creep in here.