summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-06-25 10:02:10 +0000
committerrillig <rillig@pkgsrc.org>2006-06-25 10:02:10 +0000
commitd8b7a83f1f8fdd4636cb41887eabeff0fef3794b (patch)
tree0e9a90877771074237ac6594bedd925df8300775 /doc/guide
parent9ebcc2709bb004368d1fad4b04cc0beade6ec8a6 (diff)
downloadpkgsrc-d8b7a83f1f8fdd4636cb41887eabeff0fef3794b.tar.gz
Added buildlink3.mk and options.mk to the list of optional package files.
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/components.xml15
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/guide/files/components.xml b/doc/guide/files/components.xml
index 315d63ada1b..11f90b9ea4e 100644
--- a/doc/guide/files/components.xml
+++ b/doc/guide/files/components.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: components.xml,v 1.23 2006/04/21 07:55:16 rillig Exp $ -->
+<!-- $NetBSD: components.xml,v 1.24 2006/06/25 10:02:10 rillig Exp $ -->
<chapter id="components"> <?dbhtml filename="components.html"?>
<title>Package components - files, directories and contents</title>
@@ -411,6 +411,19 @@
<filename>MESSAGE</filename>.</para>
</listitem>
</varlistentry>
+
+ <varlistentry><term><filename>buildlink3.mk</filename></term>
+ <listitem><para>This file contains the dependency information
+ for the buildlink3 framework (see <xref
+ linkend="buildlink"/>).</para></listitem></varlistentry>
+
+ <varlistentry><term><filename>options.mk</filename></term>
+ <listitem><para>This file contains the code for the
+ package-specific options (see <xref linkend="options"/>) that can be
+ selected by the user. If a package has only one or two options,
+ it is equally acceptable to put the code directly into the
+ <filename>Makefile</filename>.</para></listitem></varlistentry>
+
</variablelist>
</sect1>