···4455<title>Contributing</title>
6677-<para>If you make modifications to the manual, it's important to build the manual before contributing:</para>
77+<para>The DocBook sources of the Nixpkgs manual are in the <filename
88+xlink:href="https://github.com/NixOS/nixpkgs/tree/master/doc">doc</filename>
99+subdirectory of the Nixpkgs repository. If you make modifications to
1010+the manual, it's important to build it before committing. You can do that as follows:
81199-<orderedlist>
1212+<screen>
1313+$ cd /path/to/nixpkgs
1414+$ nix-build doc
1515+</screen>
10161111- <listitem><para><command>$ git clone git://github.com/NixOS/nixpkgs.git</command></para></listitem>
1212-1313- <listitem><para><command>$ nix-build -A manual nixpkgs/pkgs/top-level/release.nix</command></para></listitem>
1414-1515- <listitem><para>Inside the built derivation you shall see <literal>manual/index.html</literal> file.</para></listitem>
1616-1717-</orderedlist>
1717+If the build succeeds, the manual will be in
1818+<filename>./result/share/doc/nixpkgs/manual.html</filename>.</para>
18191920</chapter>