diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-04-06T19·45+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-04-06T19·45+0200 |
commit | 998b977ede9948f78a6a913ecedf3361eb14f769 (patch) | |
tree | 913b7fff706ea75b5bf83b89c8fb84f4df008b1e /doc/manual/nix-build.xml | |
parent | d49ef039dd61dba160cb0b78c6b00152ff9e680e (diff) |
Include common options in the manpages using some XInclude hackery
Diffstat (limited to 'doc/manual/nix-build.xml')
-rw-r--r-- | doc/manual/nix-build.xml | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/manual/nix-build.xml b/doc/manual/nix-build.xml index 465635f67125..1194f2962ad2 100644 --- a/doc/manual/nix-build.xml +++ b/doc/manual/nix-build.xml @@ -75,11 +75,11 @@ or renamed. So don’t rename the symlink.</para></warning> <refsection><title>Options</title> -<para>See also <xref linkend="sec-common-options" />. All options not -listed here are passed to <command>nix-store --realise</command>, -except for <option>--arg</option> and <option>--attr</option> / -<option>-A</option> which are passed to -<command>nix-instantiate</command>.</para> +<para>All options not listed here are passed to <command>nix-store +--realise</command>, except for <option>--arg</option> and +<option>--attr</option> / <option>-A</option> which are passed to +<command>nix-instantiate</command>. <phrase condition="manual">See +also <xref linkend="sec-common-options" />.</phrase></para> <variablelist> @@ -122,6 +122,10 @@ except for <option>--arg</option> and <option>--attr</option> / </variablelist> +<variablelist condition="manpage"> + <xi:include href="opt-common.xml#xmlns(db=http://docbook.org/ns/docbook)xpointer(//db:variablelist[@xml:id='opt-common']/*)" /> +</variablelist> + </refsection> |