Module Name:    src
Committed By:   uwe
Date:           Thu Jan 23 23:59:53 UTC 2020

Modified Files:
        src/distrib/notes: Makefile.inc

Log Message:
Use -mdoc2html to generate HTML TOC to avoids warnings.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/distrib/notes/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/notes/Makefile.inc
diff -u src/distrib/notes/Makefile.inc:1.53 src/distrib/notes/Makefile.inc:1.54
--- src/distrib/notes/Makefile.inc:1.53	Sun Jan  5 18:37:54 2020
+++ src/distrib/notes/Makefile.inc	Thu Jan 23 23:59:53 2020
@@ -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 <[email protected]>
@@ -118,7 +118,7 @@ ${TARG}.ASCII.toc: ${SRCS}
 	mv -f [email protected] $@
 
 ${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 [email protected] $@
 
 ${TARG}.more.toc: ${SRCS}

Reply via email to