diff options
author | Emma Anholt <emma@anholt.net> | 2023-04-03 14:15:04 -0700 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2023-04-04 20:00:17 +0000 |
commit | c346413d9c3a9b9ee9da8d1d336a12a5bd529582 (patch) | |
tree | ea67f2ca5c977f4433d086acc30259ea36664ef8 /docs/doxygen-wrapper.py | |
parent | 6fc954017699ffa116af2229e129321aa9fbd6c5 (diff) | |
download | mesa-c346413d9c3a9b9ee9da8d1d336a12a5bd529582.tar.gz mesa-c346413d9c3a9b9ee9da8d1d336a12a5bd529582.tar.bz2 mesa-c346413d9c3a9b9ee9da8d1d336a12a5bd529582.zip |
ci: Add missing dependency on doxygen sources for docs-generation jobs.
!22191 broke docs generation and marge didn't notice because of missing
deps.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22271>
Diffstat (limited to 'docs/doxygen-wrapper.py')
-rwxr-xr-x | docs/doxygen-wrapper.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/doxygen-wrapper.py b/docs/doxygen-wrapper.py index b415f2290ab..e3eb794f9b5 100755 --- a/docs/doxygen-wrapper.py +++ b/docs/doxygen-wrapper.py @@ -28,6 +28,7 @@ import os import subprocess import tempfile +# You must update the paths in docs/gitlab-ci.yml's pages job when changing this. INPUT_PATHS = [ 'src/compiler/nir/nir.h', 'src/intel/isl', |