pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc/guide/files All list variables should have ``plura...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5b4342a2a41
branches:  trunk
changeset: 493894:d5b4342a2a41
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon May 16 09:27:48 2005 +0000

description:
All list variables should have ``plural'' names, e.g. PKG_OPTIONS or
DISTFILES.

diffstat:

 doc/guide/files/makefile.xml |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 5113de93825f -r d5b4342a2a41 doc/guide/files/makefile.xml
--- a/doc/guide/files/makefile.xml      Mon May 16 09:18:27 2005 +0000
+++ b/doc/guide/files/makefile.xml      Mon May 16 09:27:48 2005 +0000
@@ -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 @@
        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>
 



Home | Main Index | Thread Index | Old Index