summaryrefslogtreecommitdiffstats
path: root/doc/contributing
diff options
context:
space:
mode:
authorPamplemousse <xav.maso@gmail.com>2021-01-17 12:09:41 -0700
committerPamplemousse <xav.maso@gmail.com>2021-01-19 18:22:18 -0700
commitc803b2333b0a26c1cb986efc91ca1d5289d3c8a9 (patch)
treea30bf45503b3fb4c5b17d36ad5d8c10c4c6db1b3 /doc/contributing
parent35b89f31e380d428dcb83563812d69cdcf11178c (diff)
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>
Diffstat (limited to 'doc/contributing')
-rw-r--r--doc/contributing/contributing-to-documentation.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing/contributing-to-documentation.xml b/doc/contributing/contributing-to-documentation.xml
index b0266043775f..132fa3816e37 100644
--- a/doc/contributing/contributing-to-documentation.xml
+++ b/doc/contributing/contributing-to-documentation.xml
@@ -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.