diff options
author | Qyriad <qyriad@qyriad.me> | 2024-05-23 23:28:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@lix-systems> | 2024-05-23 23:28:42 +0000 |
commit | 00bf2b105d677461bda0a5ba9b29bedb350c1eb1 (patch) | |
tree | ba1c87c6385655da6ce9336a2bf79423cf5c2a62 /doc | |
parent | 9530b7f2b2b653fc11753ce452636896350324ff (diff) | |
parent | a0172dc81bff7f0665de77e771919e2e0b554788 (diff) |
Merge changes I462a8cf0,I3b0bcea3,I2acd56e7,Ifc149764,I9e2ef170 into main
* changes:
docs: linkify nix3-build mention in nix-build.md
build: make internal-api-docs PHONY
cleanup lookupFileArg
add docstring to lookupFileArg
add libcmd test for lookupFileArg
Diffstat (limited to 'doc')
-rw-r--r-- | doc/internal-api/meson.build | 1 | ||||
-rw-r--r-- | doc/manual/src/command-ref/nix-build.md | 5 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/internal-api/meson.build b/doc/internal-api/meson.build index 35d8a0e5b..faa30f194 100644 --- a/doc/internal-api/meson.build +++ b/doc/internal-api/meson.build @@ -28,6 +28,7 @@ internal_api_docs = custom_target( output : 'html', install : true, install_dir : datadir / 'doc/nix/internal-api', + build_always_stale : true, ) alias_target('internal-api-html', internal_api_docs) diff --git a/doc/manual/src/command-ref/nix-build.md b/doc/manual/src/command-ref/nix-build.md index b548edf82..24714b2b4 100644 --- a/doc/manual/src/command-ref/nix-build.md +++ b/doc/manual/src/command-ref/nix-build.md @@ -14,9 +14,8 @@ # Disambiguation -This man page describes the command `nix-build`, which is distinct from `nix -build`. For documentation on the latter, run `nix build --help` or see `man -nix3-build`. +This man page describes the command `nix-build`, which is distinct from [`nix build`](./new-cli/nix3-build.md). +For documentation on the latter, run `nix build --help` or see `man nix3-build`. # Description |