summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-06-21 08:50:40 +0000
committerrillig <rillig@pkgsrc.org>2006-06-21 08:50:40 +0000
commit71c47735559a4bb5bb3d9dec4bff716e08d9d813 (patch)
tree2e28504d77d91f3d15cab68d67fd41a57254aeb8
parentc8153aab7c0b9e31427414b97f2e6ff36dadc381 (diff)
downloadpkgsrc-71c47735559a4bb5bb3d9dec4bff716e08d9d813.tar.gz
The specification of individual variables is further explained in the
pkglint documentation.
-rw-r--r--doc/guide/files/infr.design.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/guide/files/infr.design.xml b/doc/guide/files/infr.design.xml
index 0ff861ea90c..4ddc3278789 100644
--- a/doc/guide/files/infr.design.xml
+++ b/doc/guide/files/infr.design.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: infr.design.xml,v 1.1 2006/05/12 23:03:22 rillig Exp $ -->
+<!-- $NetBSD: infr.design.xml,v 1.2 2006/06/21 08:50:40 rillig Exp $ -->
<chapter id="infr.design"> <?dbhtml filename="infr.design.html"?>
<title>Design of the pkgsrc infrastructure</title>
@@ -80,6 +80,17 @@
</sect2>
</sect1>
+<sect1 id="infr.varspec">
+<title>How can variables be specified?</title>
+
+ <para>There are many ways in which the definition and use of a
+ variable can be restricted in order to detect bugs and
+ violations of the (mostly unwritten) policies. See the
+ <literal>pkglint</literal> developer's documentation for further
+ details.</para>
+
+</sect1>
+
<sect1 id="infr.design.intf">
<title>Designing interfaces for Makefile fragments</title>