From 0fdb1ee374e9b497cc33fb56b6a46bab51447e34 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Fri, 27 Oct 2023 16:59:43 +0200 Subject: [PATCH] doc: fix heading of mesonInstallTags --- doc/hooks/meson.section.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/doc/hooks/meson.section.md b/doc/hooks/meson.section.md index dc261271326af..a4b8da1d46c41 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.