Skip to content

Commit

Permalink
The roff ascii.gz documentation installed to /usr/share/doc
Browse files Browse the repository at this point in the history
was removed in r318881 when roff was removed from the base
system.

This results in the doc.txz distribution set containing a
single directory (./) which is empty.

Remove the "Additional documentation" option from the menu
selection of bsdinstall(8), as the plain-text documentation
installed in /usr/share/doc is installed as part of the
packageworld target.

The doc entry has not been removed from EXTRA_DISTRIBUTIONS
in Makefile.inc1, in case its removal triggers an issue with
freebsd-update(8), which is currently aware of the world/doc
component, so the empty doc.txz continues to be created as
a precaution.

Noticed by:	rgrimes
MFC after:	2 days
MFC before:	12.0-RC1
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
gjb authored and gjb committed Nov 13, 2018
1 parent e8333c0 commit 4a1fa6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions release/scripts/make-manifest.sh
Expand Up @@ -51,6 +51,9 @@ for i in ${*}; do
desc="$(eval echo \"\${desc_${distname}}\")"

case ${i} in
doc.txz)
continue
;;
kernel-dbg.txz)
desc="${desc_kernel_dbg}"
;;
Expand Down

0 comments on commit 4a1fa6c

Please sign in to comment.