summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1997-01-12 16:20:13 +0000
committerwosch <wosch@FreeBSD.org>1997-01-12 16:20:13 +0000
commitae3d37ac7b48a4041dd172a1de9cfb7996200e28 (patch)
tree1c28c464e139682838fd763145f58253f0d0955a
parent58e0fd75025a37d44ea82fb6811041fdf943b826 (diff)
downloadFreeBSD-src-ae3d37ac7b48a4041dd172a1de9cfb7996200e28.zip
FreeBSD-src-ae3d37ac7b48a4041dd172a1de9cfb7996200e28.tar.gz
Add comments about variables and targets. Incomplete, see '???'.
-rw-r--r--share/mk/bsd.info.mk72
1 files changed, 71 insertions, 1 deletions
diff --git a/share/mk/bsd.info.mk b/share/mk/bsd.info.mk
index 8a4facc..d664ecf 100644
--- a/share/mk/bsd.info.mk
+++ b/share/mk/bsd.info.mk
@@ -1,4 +1,74 @@
-# $Id: bsd.info.mk,v 1.25 1997/01/12 07:15:24 peter Exp $
+# $Id$
+#
+# The include file <bsd.info.mk> handles installing GNU (tech)info files.
+# Texinfo is a documentation system that uses a single source
+# file to produce both on-line information and printed output.
+# <bsd.info.mk> includes the files <bsd.dep.mk> and <bsd.obj.mk>.
+#
+#
+# +++ variables +++
+#
+# CLEANFILES Additional files to remove for the clean and cleandir targets.
+#
+# DESTDIR Change the tree where the info files gets installed. [not set]
+#
+# DISTRIBUTION Name of distribution. [info]
+#
+# GZIPCMD Program to compress info files. Output is to
+# stdout. [gzip -c]
+#
+# INFO ???
+#
+# INFODIR Base path for GNU's hypertext system
+# called Info (see info(1)). [${SHAREDIR}/info]
+#
+# INFODIRFILE Top level node/index for info files. [dir]
+#
+# INFOGRP Info group. [${SHAREGRP}]
+#
+# INFOMODE Info mode. [${NOBINMODE}]
+#
+# INFOOWN Info owner. [${SHAREOWN}]
+#
+# INFOSECTION ??? [Miscellaneous]
+#
+# INFOTMPL ??? [/usr/share/info/dir-tmpl]
+#
+# INSTALLINFO ??? [install-info]
+#
+# INSTALLINFODIRS ???
+#
+# MAKEINFO A program for converting GNU Texinfo files into Info
+# file. [makeinfo]
+#
+# MAKEINFOFLAGS Options for ${MAKEINFO} command. [--no-split]
+#
+# NOINFO Do not make or install info files. [not set]
+#
+# NOINFOCOMPRESS If you do not want info files be
+# compressed when they are installed. [not set]
+#
+#
+# +++ targets +++
+#
+# clean:
+# remove *.info* Errs errs mklog ${CLEANFILES}
+#
+# depend:
+# Dummy target, do nothing.
+#
+# distribute:
+# This is a variant of install, which will
+# put the stuff into the right "distribution".
+#
+# install:
+# Install the info files.
+#
+# maninstall:
+# Dummy target, do nothing.
+#
+#
+# bsd.obj.mk: cleandir and obj
MAKEINFO?= makeinfo
MAKEINFOFLAGS+= --no-split # simplify some things, e.g., compression
OpenPOWER on IntegriCloud