in FreeBSD 6.0
- Catch up with renaming of /etc/rc.serial to /etc/rc.d/serial in FreeBSD 5.1
- Reword two sections to give 6.0 relevant instructions first
- Consider index.sgml as intermediate file, not dependency that ${DOC}.*
require. Instead, generate it on-the-fly when building ${DOC}.*.
This solves the problem that index.sgml is generated for the first
built target, but needs to be different from target to target.
The affected targets are:
index.html HTML.manifest
${DOC}.html
${DOC}.html-text
${DOC}.rtf
${DOC}.tex
${DOC}.tex-pdf
${INDEX_SGML} target removed in favor of the on-the-fly build.
- When building ${DOC}.rtf, add ${PRINT_INDEX} and ${LOCAL_IMAGES_PNG}
as dependencies, eliminating the need of building ${DOC}.rtf without
having to build ${DOC}.html beforehand.
- Modifications against ${HTML_INDEX} and ${HTML_SPLIT_INDEX}:
+ Add dependency to ${SRCS} and ${LOCAL_IMAGES_TXT} to force
index updates when necessary.
+ Every build now causes index.sgml to be reinitialized.
+ Depend on ${DOC}.* to generate index.sgml.
Submitted by: "intron" <intron at intron ac>
PR: docs/90255 (slightly changed version)
with FreeBSD, their relative merits and what the final choise of a
backup strategy has to cover/support.
PR: docs/89900
Submitted by: Lowell Gilbert <freebsd-bugs-local@be-well.ilk.org>
project:
- For "dvi" and "ps", add "${DOC}.out" to CLEANFILES
- Allow overriding of the following targets:
${DOC}.txt, ${DOC}.dvi, ${DOC}.pdf, ${PRINT_INDEX}
Submitted by: "intron" <intron intron ac>
PR: docs/90171
Also move the options USER_LDT to a note text, since the
handbook focusses on FreeBSD 5.X and later.
PR: docs/89915
Submitted by: Pierre-Paul Lavoie <ppl at nbnet dot nb dot ca>
refusing connections
PR: docs/87762
Submitted by: Jacques Marneweck <jacques@prometheus.powertrip.co.za>
- Remove cvs release/logout from examples, they're not required, and
anoncvs.jp.FreeBSD.org is not performing releases
- Modernize examples a bit: use newer tags
now hostmaster@cn.FreeBSD.org, to follow other CC.FreeBSD.org's style.
Thanks for Peng Haijie's past contribution for taking care for the cn
domain.
Approved by: core