of the bulleted form. It just looks better - the empty-ish vertical
list just looks wrong imho. And stop calling it the 'largest sites'.
Reviewed by: allanjude@
Approved by: allanjude@
Differential Revision: https://reviews.freebsd.org/D16287
Including Makefile.inc in Makefile causes the installation
path for the top-level index.html and schedule.html pages
to be nested within another DESTDIR. This commit fixes
that problem.
Reported by: Sebastian Huber (via hackers@)
Sponsored by: The FreeBSD Foundation
some better ones, and this just... dilutes the list.
Reviewed by: allanjude, eadler
Approved by: allanjude
Differential Revision: https://reviews.freebsd.org/D16223
- 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
Verbose builds aid greatly in debugging, and when poudriere/data/logs
has compression=lz4, the disk space impact should be easily manageable.
Approved by: mat (doc hat)
Differential Revision: https://reviews.freebsd.org/D16182
- Fix some recent missorting. The text on the website claims that this
list is in reverse chronological order. Choose the newest "end date"
for individuals with multiple ranges as the date to sort against since
this seems to be the one used most commonly.
- Within a group of developers who stepped down at the same time (e.g.
election handover), sort by last name then first (this was the most
common pattern I could see in the existing entries).
- Remove a duplicate entry for myself.
of that part.
The diff is a bit large due to changed indentation, but it's mostly about
moving the <sect2> a bit further down and shortening the introduction part.
Reviewed by: bcr@
Approved by: bcr@
Differential Revision: https://reviews.freebsd.org/D16167