summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-07-13 20:45:50 +0100
committerSimon McVittie <smcv@collabora.com>2022-07-14 11:37:48 +0100
commit822b63fc6f0536c5cb74516945c8c7f69f1c472f (patch)
tree0f701ddcb7c471f3ce7414ce58190f465a6b7231 /doc
parent9e0bfd5e232d0ce529ece5b80b6888a284e60c7c (diff)
downloaddbus-822b63fc6f0536c5cb74516945c8c7f69f1c472f.tar.gz
maintainer-upload-docs: Use paths pointing into the source directory
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/meson.build b/doc/meson.build
index ee2de680..3e5f52a8 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -239,8 +239,8 @@ if can_upload_docs
run_target('maintainer-upload-docs',
command: [
find_program('maintainer-upload-docs.sh'),
- docs_files,
- dtd_files,
+ files(docs_files),
+ files(dtd_files),
static_docs,
html_files,
xml_files,