diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2022-01-25 01:49:48 -0500 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2022-04-14 18:37:04 -0400 |
commit | 19de032d207a847b9dc6f872cda7da1c91021037 (patch) | |
tree | 916665d5427a4c4dc77e9744120ebb8a77648928 | |
parent | f72fbd756214325167ab12697547d7aeefe447c0 (diff) | |
download | meson-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.build | 1 |
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, ) |