mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
doc/local.mk: Add manual-html-open phony target for auto-opening the browser (#10308)
This commit is contained in:
parent
37f8edce99
commit
c0b6907ccd
2 changed files with 11 additions and 3 deletions
|
@ -27,11 +27,9 @@ and open `./result-doc/share/doc/nix/manual/index.html`.
|
|||
To build the manual incrementally, [enter the development shell](./hacking.md) and run:
|
||||
|
||||
```console
|
||||
make manual-html -j $NIX_BUILD_CORES
|
||||
make manual-html-open -j $NIX_BUILD_CORES
|
||||
```
|
||||
|
||||
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:
|
||||
|
||||
[Makefile for the manual]: https://github.com/NixOS/nix/blob/master/doc/manual/local.mk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue