Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/notes Add a comment why the more.toc needs to be gen...



details:   https://anonhg.NetBSD.org/src/rev/8a985d88b3d5
branches:  trunk
changeset: 532836:8a985d88b3d5
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Jun 16 00:30:23 2002 +0000

description:
Add a comment why the more.toc needs to be generated twice.
XXX: Why do the other TOCs get generated twice? We don't need correct
page numbers there...

diffstat:

 distrib/notes/Makefile.inc |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 3f8baf557a9d -r 8a985d88b3d5 distrib/notes/Makefile.inc
--- a/distrib/notes/Makefile.inc        Sun Jun 16 00:14:13 2002 +0000
+++ b/distrib/notes/Makefile.inc        Sun Jun 16 00:30:23 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.27 2002/06/15 02:15:54 lukem Exp $
+#      $NetBSD: Makefile.inc,v 1.28 2002/06/16 00:30:23 wiz Exp $
 #
 
 # Ross Harvey <ross%netbsd.org@localhost>
@@ -80,6 +80,8 @@
        ${GROFF} -dTOC=1 ${ARGS_HTML} -mdoc ${MAIN} ${TOCPROC} > $@.tmp
        mv -f $@.tmp $@
 
+# needs to be created twice to take into account the space taken
+# by the TOC itself
 ${TARG}.more.toc: ${SRCS}
        ${GROFF} -dTOC=1 ${ARGS_MORE} -mdoc ${MAIN} ${TOCPROC} > $@.tmp
        mv -f $@.tmp $@



Home | Main Index | Thread Index | Old Index