aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/internal-api/meson.build1
-rw-r--r--doc/manual/src/command-ref/nix-build.md5
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