aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2021-10-08 17:42:10 -0400
committerEli Schwartz <eschwartz@archlinux.org>2021-10-08 17:42:10 -0400
commit9b2bc0be6dfa3aa2f9bc81a54bdabf93923ec7ea (patch)
treebbb2fa4b5977dd4f7a9c3931a09caeed3e374917 /docs
parent108bd996ee72b16c14f0ee0ca86959b142582394 (diff)
downloadmeson-9b2bc0be6dfa3aa2f9bc81a54bdabf93923ec7ea.zip
meson-9b2bc0be6dfa3aa2f9bc81a54bdabf93923ec7ea.tar.gz
meson-9b2bc0be6dfa3aa2f9bc81a54bdabf93923ec7ea.tar.bz2
doc: fix yaml indentation typo that broke building the website
Diffstat (limited to 'docs')
-rw-r--r--docs/yaml/functions/install_emptydir.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/yaml/functions/install_emptydir.yaml b/docs/yaml/functions/install_emptydir.yaml
index 9c874e2..e598b5e 100644
--- a/docs/yaml/functions/install_emptydir.yaml
+++ b/docs/yaml/functions/install_emptydir.yaml
@@ -19,9 +19,9 @@ kwargs:
group/gid for the created directory.
See the `install_mode` kwarg of [[install_data]] for more information.
- install_tag:
- type: str
- description: |
- A string used by the `meson install --tags` command to install only a
- subset of the files. By default this directory has no install tag which
- means it is not installed when the `--tags` argument is specified.
+ install_tag:
+ type: str
+ description: |
+ A string used by the `meson install --tags` command to install only a
+ subset of the files. By default this directory has no install tag which
+ means it is not installed when the `--tags` argument is specified.