and instead generate them each and every time (twice!).
Based on a suggestion from Alan Barrett, allow setting MAKETOC=no
to permit rebuilding the install notes without regenerating the
.toc files, to allow more speedy debugging of markup changes.
- "this is the xxx major release"
- features added and bugs fixed in 1.5
- use .Nx instead of NetBSD
- use .Sq instead of ' [...] ' or ` [ ... ] '
- use .Dq instead of " [...] "
- update for 1.5 (still more MD stuff to check)
- use new macros in ../common/macros as appropriate
- introduce some CONSISTENCY between the various ports' install docs
- use various mdoc macros as appropriate, including .Li, .Pa, .Sy, and .Ic.
- migrate more stuff into ../common/*
- whitespace cleanup
- lots of other little things i'm sure...
* The merged contents file didn't work out, so nuke it and put it back
into each port directory. Most still have the now-pointless conditionals;
these now should be deleted.
* fix alpha, amiga, and arm32 to delete the maze of twisty little conditionals
swap partitions, etc).
Mention PROM commands here instead of pmax/prep.
Better list of set retrieval methods (based on Alpha page).
Use common/sysinst.
commandlines for all tar operations. (work supplied by Matt Green)
2) Update arch/*/md.c to deal with new sysinst/run.c. Special case
anything that needs to do a redirect or a pipe.
3) #if 0 some unused code in target.c. This code will need to be updated,
or special cased with do_system.
Big thank you to Matt for all his work on this.
starting sysinst.
Partial fix for PR bin/6307 from Terry R. Friedrichsen.
From PR #6307:
Added possibly non-working work around for 1.3.3.
Will do more work on this when I get a CD image of a NetBSD release.
partition of an Ultrix disk in the "QUICK.INSTALL" notes.
NOTE - this isn't the best solution. The INSTALL notes need
to be totally rewritten, but at least now there's a pointer
to the referred section.
Fixes PR port-pmax/6299 from Terry R. Friedrichsen.