summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.man.mk
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-05-25 23:09:49 +0000
committerwosch <wosch@FreeBSD.org>1996-05-25 23:09:49 +0000
commit0c6fd6b34b71c2ed789241fb82d8f93b2ac3b291 (patch)
treef823279a62f0d3282d9b2a526431c100fa34e169 /share/mk/bsd.man.mk
parent80fb81a0a60f85aff30e5298d7f4211cfffadac8 (diff)
downloadFreeBSD-src-0c6fd6b34b71c2ed789241fb82d8f93b2ac3b291.zip
FreeBSD-src-0c6fd6b34b71c2ed789241fb82d8f93b2ac3b291.tar.gz
Add some comments for variables and targets.
Diffstat (limited to 'share/mk/bsd.man.mk')
-rw-r--r--share/mk/bsd.man.mk47
1 files changed, 46 insertions, 1 deletions
diff --git a/share/mk/bsd.man.mk b/share/mk/bsd.man.mk
index 6f1f392..ed4583b 100644
--- a/share/mk/bsd.man.mk
+++ b/share/mk/bsd.man.mk
@@ -1,4 +1,49 @@
-# $Id: bsd.man.mk,v 1.10 1996/04/09 23:10:19 wosch Exp $
+# $Id: bsd.man.mk,v 1.11 1996/05/25 21:50:54 wosch Exp $
+#
+# The include file <bsd.man.mk> handles installing manual pages and
+# their links. <bsd.man.mk> includes the file named "../Makefile.inc"
+# if it exists.
+#
+#
+# +++ variables +++
+#
+# DESTDIR Change the tree where the man pages gets installed. [not set]
+#
+# MANDIR Base path for manual installation. [${SHAREDIR}/man/man]
+#
+# MANOWN Manual owner. [${SHAREOWN}]
+#
+# MANGRP Manual group. [${SHAREGRP}]
+#
+# MANMODE Manual mode. [${NOBINMODE}]
+#
+# MANSUBDIR Subdirectory under the manual page section, i.e. "/i386"
+# or "/tahoe" for machine specific manual pages.
+#
+# MAN${sect} The manual pages to be installed. For sections see
+# variable ${SECTIONS}
+#
+# _MANPAGES List of all man pages to be installed.
+# (``_MANPAGES=$MAN1 $MAN2 ... $MANn'')
+#
+# MCOMPRESS Program to compress man pages. Output is to
+# stdout. [gzip -c]
+#
+# MLINKS List of manual page links (using a suffix). The
+# linked-to file must come first, the linked file
+# second, and there may be multiple pairs. The files
+# are hard-linked.
+#
+# NOMANCOMPRESS If you do not want unformatted manual pages to be
+# compressed when they are installed. [not set]
+#
+#
+# +++ targets +++
+#
+# maninstall:
+# Install the manual pages and their links.
+#
+
.if exists(${.CURDIR}/../Makefile.inc)
.include "${.CURDIR}/../Makefile.inc"
OpenPOWER on IntegriCloud