doc: Fix make in nix-shell
When running make manually, makeFlags will not be passed. Let’s just use an environment variable. (cherry picked from commit 034a9c0e16aab12978bb4a1c1f0e86c64778b388)
This commit is contained in:
committed by
github-actions[bot]
parent
527c0bbf84
commit
f0dfe62190
@@ -7,7 +7,7 @@ You can quickly check your edits with `make`:
|
||||
```ShellSession
|
||||
$ cd /path/to/nixpkgs/doc
|
||||
$ nix-shell
|
||||
[nix-shell]$ make $makeFlags
|
||||
[nix-shell]$ make
|
||||
```
|
||||
|
||||
If you experience problems, run `make debug` to help understand the docbook errors.
|
||||
|
||||
Reference in New Issue
Block a user