History log of /freebsd-current/share/man/Makefile
Revision Date Author Comments
# 41eb4a4c 30-Jan-2024 Jessica Clarke <jrtc27@FreeBSD.org>

share/man: Add mandoc.db files to METALOG

Otherwise these are omitted for -DNO_ROOT builds, whether for disk
images or dist tarballs.

Reviewed by: brooks, emaste
Differential Revision: https://reviews.freebsd.org/D43676


# 97759ccc 23-Nov-2023 Warner Losh <imp@FreeBSD.org>

share: Remove ancient SCCS tags.

Remove ancient SCCS tags from the tree, automated scripting, with two
minor fixup to keep things compiling. All the common forms in the tree
were removed with a perl script.

Sponsored by: Netflix


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 73577bf0 24-Oct-2020 Ryan Moeller <freqlabs@FreeBSD.org>

flua: Add a libjail module

libjail is pretty small, so it makes for a good proof of concept demonstrating
how a system library can be wrapped to create a loadable Lua module for flua.

* Introduce 3lua section for man pages
* Add libjail module

Reviewed by: kevans, manpages
Relnotes: yes
Differential Revision: https://reviews.freebsd.org/D26080


# aa92269e 15-Oct-2015 Bryan Drewery <bdrewery@FreeBSD.org>

Add more SUBDIR_PARALLEL.

MFC after: 3 weeks
Sponsored by: EMC / Isilon Storage Division


# c6063d0d 05-May-2014 Warner Losh <imp@FreeBSD.org>

Use src.opts.mk in preference to bsd.own.mk except where we need stuff
from the latter.


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# 2ddf40c6 25-May-2010 Jung-uk Kim <jkim@FreeBSD.org>

MFC: r208320

Add a new build option, MAN_UTILS. This option lets you control building
utilities and related support files for manual pages, which were previously
controlled by MAN. For POLA, the default depends on MAN, i.e., WITHOUT_MAN
implies WITHOUT_MAN_UTILS and WITH_MAN implies WITH_MAN_UTILS.
Note this patch implicitly fixes a documentation bug of src.conf(5), which
says WITHOUT_MAN may be used to not build manual pages while it was also
disabling some utilities for manual pages.

Approved by: re (kib)


# 07e547fe 19-May-2010 Jung-uk Kim <jkim@FreeBSD.org>

Add a new build option, MAN_UTILS. This option lets you control building
utilities and related support files for manual pages, which were previously
controlled by MAN. For POLA, the default depends on MAN, i.e., WITHOUT_MAN
implies WITHOUT_MAN_UTILS and WITH_MAN implies WITH_MAN_UTILS. This patch
is slightly improved by me from:

PR: misc/145212


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# e1fe3dba 17-Mar-2006 Ruslan Ermilov <ru@FreeBSD.org>

Reimplementation of world/kernel build options. For details, see:

http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html

The src.conf(5) manpage is to follow in a few days.

Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)


# a2161735 21-Dec-2004 Ruslan Ermilov <ru@FreeBSD.org>

NOCRYPT -> NO_CRYPT


# b1c28d0a 04-Sep-2003 Ruslan Ermilov <ru@FreeBSD.org>

Make the creation of the OpenSSL whatis(1) database conditional on
NOCRYPT and NO_OPENSSL.


# 9d05db9d 16-Apr-2003 Ruslan Ermilov <ru@FreeBSD.org>

Create the whatis(1) database in /usr/share/openssl/man.


# f28645c0 27-May-2002 Ruslan Ermilov <ru@FreeBSD.org>

Re-enable running of makewhatis(1).


# 57a8d6f5 16-May-2002 Mark Murray <markm@FreeBSD.org>

Remove references to perl, and temporarily remove the running of a perl
script that will be rewritten.


# 2bbc414f 08-Feb-2002 Mark Murray <markm@FreeBSD.org>

Don't hardcode paths. This is generally silly, and in this case
breaks custom installworlds.

Pointed out by: bde


# de29c3cf 06-Feb-2002 Mark Murray <markm@FreeBSD.org>

Allow local tweaks when messing with manpages.


# 7f3dea24 27-Aug-1999 Peter Wemm <peter@FreeBSD.org>

$Id$ -> $FreeBSD$


# 0ac892d8 04-Feb-1999 Mark Murray <markm@FreeBSD.org>

Add the perl man pages to the "whatis" building list.

RELENG_3 candidate.


# 92eea88b 16-Feb-1997 Wolfram Schneider <wosch@FreeBSD.org>

Add directory man6 to SUBDIR


# 0786f79c 14-Dec-1995 Poul-Henning Kamp <phk@FreeBSD.org>

Add a section 9 about the kernel to out man pages.

Please help fill this out !


# 254b131f 19-Sep-1994 Bruce Evans <bde@FreeBSD.org>

Fix the order of includes (*.mk must be included after *.inc).


# 8dc01fa8 09-Sep-1994 Rodney W. Grimes <rgrimes@FreeBSD.org>

Pull the following fix in from 1.X:
revision 1.6
date: 1993/10/19 19:57:35; author: rgrimes; state: Exp; lines: +2 -1
Pull in ../Makefile.inc so that the whatis database ends up in the correct
place. Rich Murphy has a better fix for this, but I lost it!


# ed650b41 04-Sep-1994 Andreas Schulz <ats@FreeBSD.org>

Reviewed by:
Submitted by:
Delete the old style generation of the whatis database and replace it
with the call to makewhatis. Don't install the old makewhatis.sed script
under /usr/share/man any longer.


# d5ca85cd 16-Aug-1994 Jordan K. Hubbard <jkh@FreeBSD.org>

Reenable the makedb stuff; it works fine.
Submitted by: jkh


# 8ccf48ea 09-Aug-1994 Garrett Wollman <wollman@FreeBSD.org>

Make man page installation work for ``unattached'' and kernel pages.


# aafa9544 05-Jul-1994 Rodney W. Grimes <rgrimes@FreeBSD.org>

The directory man3f did not come on the tape, mark it XXX MISSING.


# afe61c15 30-May-1994 Rodney W. Grimes <rgrimes@FreeBSD.org>

BSD 4.4 Lite Share Sources