diff options
| author | martin <martin@NetBSD.org> | 2020-01-26 11:19:36 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2020-01-26 11:19:36 +0000 |
| commit | 49cf5f01a3194721fc3ed784c88f2e3ad6b85f65 (patch) | |
| tree | c4309b640b5212ea63b2c6d5ac6867c67ae0733f /share | |
| parent | 9d640d8b96197bec52deb9d6b4f2942043344dce (diff) | |
Pull up following revision(s) (requested by uwe in ticket #652):
distrib/notes/Makefile.inc: revision 1.54
distrib/notes/common/main: revision 1.561
distrib/notes/common/main: revision 1.562
share/tmac/doc2html: revision 1.71
Use .Os NetBSD/\*M \*V to get more informative footer.
Provide ability to override <title>
If \*[title-section] is non-empty, use it to override the title
instead of appending it. Nothing in the tree uses title-section
currently, so it shouldn't affect any existing document.
This override will be used by the installation notes where the default
title is less than helpful.
Override HTML <title> to something more informative.
Requested by martin@
Use -mdoc2html to generate HTML TOC to avoids warnings.
Diffstat (limited to 'share')
| -rw-r--r-- | share/tmac/doc2html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/tmac/doc2html b/share/tmac/doc2html index cbf120161a5..c3d4b1d3c40 100644 --- a/share/tmac/doc2html +++ b/share/tmac/doc2html @@ -1,4 +1,4 @@ -.\" $NetBSD: doc2html,v 1.67.16.2 2019/12/09 12:46:32 martin Exp $ +.\" $NetBSD: doc2html,v 1.67.16.3 2020/01/26 11:19:36 martin Exp $ .\" .\" Copyright (c) 1998, 1999, 2008 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -275,8 +275,8 @@ TODO: <head> <meta charset="\\*[html-charset]"/> <title> - \\*[document-title]\\$* - \\*[title-section] +.ie '\\*[title-section]'' \\*[document-title]\\$* +.el \\*[title-section] </title> <style type="text/css"> <!-- |
