Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/UPDATING,v retrieving revision 1.91 retrieving revision 1.92 diff -u -p -r1.91 -r1.92 --- src/UPDATING 2003/07/01 08:13:41 1.91 +++ src/UPDATING 2003/07/03 15:29:15 1.92 @@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.91 2003/07/01 08:13:41 wiz Exp $ +$NetBSD: UPDATING,v 1.92 2003/07/03 15:29:15 wiz Exp $ This file is intended to be a brief introduction to the build process and a reference on what to do if something doesn't work. @@ -8,6 +8,13 @@ For a more detailed description see Make Recent changes: ^^^^^^^^^^^^^^^ +20030703: + Texinfo was updated to 4.6. To avoid failures when trying to + build the included texinfo files, do: + + cd src/gnu/usr.bin/texinfo + make MKINFO=no dependall install + 20030630: Groff was update to 1.19; it's probably necessary to do cd share/mk && make install