From c803b2333b0a26c1cb986efc91ca1d5289d3c8a9 Mon Sep 17 00:00:00 2001 From: Pamplemousse Date: Sun, 17 Jan 2021 12:09:41 -0700 Subject: [PATCH] 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 --- doc/contributing/contributing-to-documentation.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributing/contributing-to-documentation.xml b/doc/contributing/contributing-to-documentation.xml index b0266043775..132fa3816e3 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 sub $ cd /path/to/nixpkgs/doc $ nix-shell -[nix-shell]$ make +[nix-shell]$ make $makeFlags If you experience problems, run make debug to help understand the docbook errors.