svn path=/nixpkgs/trunk/; revision=18420

This commit is contained in:
Eelco Dolstra 2009-11-18 13:58:59 +00:00
parent 063f44d23c
commit bab04acc3a
2 changed files with 3 additions and 3 deletions

View File

@ -207,7 +207,7 @@ args.stdenv.mkDerivation (args // {
</section>
<section><title>File naming and organisation</title>
<section xml:id="sec-organisation"><title>File naming and organisation</title>
<para>Names of files and directories should be in lowercase, with
dashes between words — not in camel case. For instance, it should be

View File

@ -25,8 +25,8 @@ $ cd nixpkgs</screen>
<filename>pkgs/development/libraries/<replaceable>pkgname</replaceable></filename>,
while a web browser goes into
<filename>pkgs/applications/networking/browsers/<replaceable>pkgname</replaceable></filename>.
See Section XXX for some hints on the tree organisation. Create a
directory for your package, e.g.
See <xref linkend="sec-organisation" /> for some hints on the tree
organisation. Create a directory for your package, e.g.
<screen>
$ svn mkdir pkgs/development/libraries/libfoo</screen>