I've recently got my commit bit and going through the
'Steps for New Committers' I'm adding myself to the required files in
doc.
Approved by: sbruno (mentor)
Differential Revision: https://reviews.freebsd.org/D17269
- Create .pot (Portable Object Template) files for the en_US documents
Do not ignore en_US language and generate a `.pot` file instead of a `.po`.
These are used as template for tools like Zanata.
- Execute `msgattrib` even on a new `[.po|.pot]` file
This will be useful to wrap long message lines and avoid bigger diffs in
the future.
Approved by: wosch
Differential Revision: https://reviews.freebsd.org/D16726
SoC image that was built was the GUMSTIX image, which had been
removed from the tree.
- Add powerpc/powerpcspe, arm/armv7 GENERICSD, and arm64/aarch64
PINE64-LTS for 12.0-CURRENT.
- Fix links in the (not visible) betarel.current links to change
arm/armv6 to arm/armv7 where appropriate.
- Comment the signatures.html page for 12.0 until it is ready to
be used.
- Change a missed 'IGNORE' to 'INCLUDE' from a previous commit.
Sponsored by: The FreeBSD Foundation
- Move definition of various branch-specific variables from
Makefile to Makefile.inc.
- Include share/mk/doc.commands.mk to ensure ${SVN} is properly
defined. If ${SVN} is defined (default) and exists, hardware
is appended to SUBDIR. Add MKTEMP to share/mk/doc.commands.mk
as part of this change.
- If MAN4DIR is not defined (default), use mktemp(1) to create
a temporary directory to check out the share/man/man4 path of
the relevant src branch (determined by evaluating the _BRANCH
variable defined in the Makefile). Once the dev-auto.end is
created, the temporary MAN4DIR is removed. The src-checkout
and man4-rmsrc targets are limited specifically to exclude the
make(install) case, as pseudo-repeatable errors have been
observed under certain conditions that have yet to be determined.
- While here, remove hwlist entities from hardware.xml from
drivers that are no longer present in 12.0-CURRENT.
- Also while here, bump copyright dates.
This is based on a differential revision that had received no
feedback seven months:
https://reviews.freebsd.org/D13467
Approved by: re, doceng (implicit, silence)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D13467