summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-05-16 09:27:48 +0000
committerrillig <rillig@pkgsrc.org>2005-05-16 09:27:48 +0000
commitc39fdc1cf4eb778df3c612380c46a39790dc2ccf (patch)
treed717f961841a73c5efe9724371294ce23154db95 /doc/guide
parentc38978cf6b39088715b582c65afc4d68b2a27d1e (diff)
downloadpkgsrc-c39fdc1cf4eb778df3c612380c46a39790dc2ccf.tar.gz
All list variables should have ``plural'' names, e.g. PKG_OPTIONS or
DISTFILES.
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/makefile.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/guide/files/makefile.xml b/doc/guide/files/makefile.xml
index 02d02ed6f30..36f6bd6e90d 100644
--- a/doc/guide/files/makefile.xml
+++ b/doc/guide/files/makefile.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: makefile.xml,v 1.14 2005/05/15 23:46:20 rillig Exp $ -->
+<!-- $NetBSD: makefile.xml,v 1.15 2005/05/16 09:27:48 rillig Exp $ -->
<!-- based on:
pkgsrc/bootstrap/bmake/for.c 1.1.1.1
@@ -112,6 +112,10 @@ pkgsrc/bootstrap/bmake/var.c 1.2
lowercase variable names for the iteration
variables.</para></listitem>
+ <listitem><para>All list variables should have a ``plural''
+ name, e.g. <varname>PKG_OPTIONS</varname> or
+ <varname>DISTFILES</varname>.</para></listitem>
+
</itemizedlist>
</sect2>