pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc/guide/files Added buildlink3.mk and options.mk to ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/898caabc5efb
branches: trunk
changeset: 515111:898caabc5efb
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Jun 25 10:02:10 2006 +0000
description:
Added buildlink3.mk and options.mk to the list of optional package files.
diffstat:
doc/guide/files/components.xml | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r 844da413c8ca -r 898caabc5efb doc/guide/files/components.xml
--- a/doc/guide/files/components.xml Sun Jun 25 09:49:51 2006 +0000
+++ b/doc/guide/files/components.xml Sun Jun 25 10:02:10 2006 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index