/contrib/groff/tmac/troffrc-end

https://bitbucket.org/freebsd/freebsd-head/ · #! · 19 lines · 19 code · 0 blank · 0 comment · 0 complexity · f51074749785eecc881890dfffb0a05a MD5 · raw file

  1. .\" final startup file for troff
  2. .
  3. .\" this file is parsed after all macro sets have been read
  4. .
  5. .do if '\*[.T]'html' .do mso html-end.tmac
  6. .
  7. .\" if we are running the postscript device for html images then load www.tmac
  8. .do if r ps4html .do mso www.tmac
  9. .
  10. .\" for all other devices blank out these macros
  11. .do if !d HTML-IMAGE-INLINE .do ds HTML-IMAGE-INLINE
  12. .do if !d HTML-IMAGE .do ds HTML-IMAGE
  13. .do if !d HTML-IMAGE-RIGHT .do ds HTML-IMAGE-RIGHT
  14. .do if !d HTML-IMAGE-LEFT .do ds HTML-IMAGE-LEFT
  15. .do if !d HTML-IMAGE-END .do ds HTML-IMAGE-END
  16. .do if !d DEVTAG .do ds DEVTAG
  17. .do if !d HTML-DO-IMAGE .do ds HTML-DO-IMAGE
  18. .
  19. .\" Don't let blank lines creep in here.