diff options
author | rillig <rillig@pkgsrc.org> | 2005-05-16 09:27:48 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-05-16 09:27:48 +0000 |
commit | c39fdc1cf4eb778df3c612380c46a39790dc2ccf (patch) | |
tree | d717f961841a73c5efe9724371294ce23154db95 | |
parent | c38978cf6b39088715b582c65afc4d68b2a27d1e (diff) | |
download | pkgsrc-c39fdc1cf4eb778df3c612380c46a39790dc2ccf.tar.gz |
All list variables should have ``plural'' names, e.g. PKG_OPTIONS or
DISTFILES.
-rw-r--r-- | doc/guide/files/makefile.xml | 6 |
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> |