aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2022-01-25 01:49:48 -0500
committerEli Schwartz <eschwartz@archlinux.org>2022-04-14 18:37:04 -0400
commit19de032d207a847b9dc6f872cda7da1c91021037 (patch)
tree916665d5427a4c4dc77e9744120ebb8a77648928
parentf72fbd756214325167ab12697547d7aeefe447c0 (diff)
downloadmeson-19de032d207a847b9dc6f872cda7da1c91021037.zip
meson-19de032d207a847b9dc6f872cda7da1c91021037.tar.gz
meson-19de032d207a847b9dc6f872cda7da1c91021037.tar.bz2
docs: make upload target depend on building the docs
Manually running hotdoc's upload command does not guarantee the docs have actually been built.
-rw-r--r--docs/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/meson.build b/docs/meson.build
index 00e90ed..c486103 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -109,4 +109,5 @@ run_target('upload',
'--git-upload',
'-vv',
],
+ depends: documentation,
)