summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-10-30 17:03:48 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-10-30 17:03:48 +0000
commit47a67661058a36c7afda55840bce6efb001bc399 (patch)
treee1d4fd02e868a72d12c7bec2196aa5a4e0288bd9
parent58896115b49996afb7822aeb7f129ac522d5920f (diff)
Notes
-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 89a25fcd7d72..79a8e8c7259a 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>