summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-10-27 16:59:43 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-10-27 16:59:43 +0200
commit0fdb1ee374e9b497cc33fb56b6a46bab51447e34 (patch)
tree071cc46e30c63cdb4673b5901ae7b7b83c142b5e /doc
parent52228e61b67a226962813c9fc1f7d92441bbb535 (diff)
downloadnixpkgs-0fdb1ee374e9b497cc33fb56b6a46bab51447e34.tar
nixpkgs-0fdb1ee374e9b497cc33fb56b6a46bab51447e34.tar.gz
nixpkgs-0fdb1ee374e9b497cc33fb56b6a46bab51447e34.tar.bz2
nixpkgs-0fdb1ee374e9b497cc33fb56b6a46bab51447e34.tar.lz
nixpkgs-0fdb1ee374e9b497cc33fb56b6a46bab51447e34.tar.xz
nixpkgs-0fdb1ee374e9b497cc33fb56b6a46bab51447e34.tar.zst
nixpkgs-0fdb1ee374e9b497cc33fb56b6a46bab51447e34.zip
doc: fix heading of mesonInstallTags
Diffstat (limited to 'doc')
-rw-r--r--doc/hooks/meson.section.md14
1 files changed, 5 insertions, 9 deletions
diff --git a/doc/hooks/meson.section.md b/doc/hooks/meson.section.md
index dc261271326..a4b8da1d46c 100644
--- a/doc/hooks/meson.section.md
+++ b/doc/hooks/meson.section.md
@@ -20,6 +20,11 @@ Controls the flags passed to `meson test`.
 
 Controls the flags passed to `meson install`.
 
+### `mesonInstallTags` {#mesoninstalltags}
+
+Tags specified here will be passed to Meson as via `--tags` during
+installation and controls which components will be installed.
+
 ### `mesonBuildType` {#mesonbuildtype}
 
 Which [`--buildtype`](https://mesonbuild.com/Builtin-options.html#core-options) to pass to `meson setup`. We default to `plain`.
@@ -43,12 +48,3 @@ Disables using Meson’s `checkPhase`.
 ### `dontUseMesonInstall` {#dontusemesoninstall}
 
 Disables using Meson’s `installPhase`.
-
-### `mesonInstallFlags` {#mesoninstallflags}
-
-Controls the flags passed to meson install.
-
-### `mesonInstallTags` (#mesoninstalltags)
-
-Tags specified here will be passed to Meson as via `--tags` during
-installation and controls which components will be installed.