summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-10-30 17:03:48 +0000
committerru <ru@FreeBSD.org>2002-10-30 17:03:48 +0000
commit6fdca8338e43b711db64d55811c025e999e87299 (patch)
treee1d4fd02e868a72d12c7bec2196aa5a4e0288bd9 /share/mk
parentffb74eb1b4ba64a11ea6a83e592cfc63f9520412 (diff)
downloadFreeBSD-src-6fdca8338e43b711db64d55811c025e999e87299.zip
FreeBSD-src-6fdca8338e43b711db64d55811c025e999e87299.tar.gz
Document most of bsd.doc.mk variables.
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.doc.mk37
1 files changed, 33 insertions, 4 deletions
diff --git a/share/mk/bsd.doc.mk b/share/mk/bsd.doc.mk
index 89a25fc..79a8e8c 100644
--- a/share/mk/bsd.doc.mk
+++ b/share/mk/bsd.doc.mk
@@ -6,13 +6,42 @@
#
# +++ variables +++
#
-# LPR Printer command. [lpr]
+# DCOMPRESS_CMD Program to compress troff documents. Output is to stdout.
+# [${COMPRESS_CMD}]
#
-# [incomplete]
+# DESTDIR Change the tree where the documents get installed. [not set]
#
-# +++ targets +++
+# DOC Document name. [paper]
#
-# [incomplete]
+# EXTRA Extra files (not SRCS) that make up the document. [not set]
+#
+# LPR Printer command. [lpr]
+#
+# MACROS Macro packages used to build the document. [not set]
+#
+# NODOCCOMPRESS If you do not want formatted troff documents to be
+# compressed when they are installed. [not set]
+#
+# PRINTERDEVICE Indicates which output formats will be generated
+# (ascii, ps, html). [ascii]
+#
+# SRCDIR Directory where source files live. [${.CURDIR}]
+#
+# SRCS List of source files. [not set]
+#
+# TRFLAGS Additional flags to groff(1). [not set]
+#
+# USE_EQN If set, preprocess with eqn(1). [not set]
+#
+# USE_PIC If set, preprocess with pic(1). [not set]
+#
+# USE_REFER If set, preprocess with refer(1). [not set]
+#
+# USE_SOELIM If set, preprocess with soelim(1). [not set]
+#
+# USE_TBL If set, preprocess with tbl(1). [not set]
+#
+# VOLUME Volume the document belongs to. [not set]
.include <bsd.init.mk>
OpenPOWER on IntegriCloud