Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/notes Use -mdoc2html to generate HTML TOC to avoids ...
details: https://anonhg.NetBSD.org/src/rev/dc1030099411
branches: trunk
changeset: 1006698:dc1030099411
user: uwe <uwe%NetBSD.org@localhost>
date: Thu Jan 23 23:59:53 2020 +0000
description:
Use -mdoc2html to generate HTML TOC to avoids warnings.
diffstat:
distrib/notes/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9885c9e4cd40 -r dc1030099411 distrib/notes/Makefile.inc
--- a/distrib/notes/Makefile.inc Thu Jan 23 23:56:07 2020 +0000
+++ b/distrib/notes/Makefile.inc Thu Jan 23 23:59:53 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.53 2020/01/05 18:37:54 martin Exp $
+# $NetBSD: Makefile.inc,v 1.54 2020/01/23 23:59:53 uwe Exp $
#
# Ross Harvey <ross%NetBSD.org@localhost>
@@ -118,7 +118,7 @@
mv -f $@.tmp $@
${TARG}.HTML.toc: ${SRCS}
- ${TOOL_GROFF} -dTOC=1 ${ARGS_HTML} -mdoc ${MAIN} > /dev/null
+ ${TOOL_GROFF} -dTOC=1 ${ARGS_HTML} -mdoc2html ${MAIN} > /dev/null
mv -f $@.tmp $@
${TARG}.more.toc: ${SRCS}
Home |
Main Index |
Thread Index |
Old Index