documentation: correct documentation help
`PANDOC_LUA_FILTERS_DIR` is set in `makeFlags` in `doc/default.nix`, and needs to be explicitely passed to `make` when called manually. Signed-off-by: Pamplemousse <xav.maso@gmail.com>
This commit is contained in:
parent
35b89f31e3
commit
c803b2333b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ xlink:href="https://github.com/NixOS/nixpkgs/tree/master/doc">doc</filename> sub
|
|||
<screen>
|
||||
<prompt>$ </prompt>cd /path/to/nixpkgs/doc
|
||||
<prompt>$ </prompt>nix-shell
|
||||
<prompt>[nix-shell]$ </prompt>make
|
||||
<prompt>[nix-shell]$ </prompt>make $makeFlags
|
||||
</screen>
|
||||
<para>
|
||||
If you experience problems, run <command>make debug</command> to help understand the docbook errors.
|
||||
|
|
Loading…
Reference in a new issue