mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
doc build output correction
Signed-off-by: Tharun T <tharun242424@gmail.com>
This commit is contained in:
parent
57d9d0d6e4
commit
4e2f11b692
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ To build the manual incrementally, [enter the development shell](./hacking.md) a
|
||||||
make manual-html -j $NIX_BUILD_CORES
|
make manual-html -j $NIX_BUILD_CORES
|
||||||
```
|
```
|
||||||
|
|
||||||
and open `./outputs/out/share/doc/nix/manual/language/index.html`.
|
and open `./outputs/doc/share/doc/nix/manual/language/index.html`.
|
||||||
|
|
||||||
In order to reflect changes to the [Makefile for the manual], clear all generated files before re-building:
|
In order to reflect changes to the [Makefile for the manual], clear all generated files before re-building:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue