]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
maintainer-upload-docs: Use paths pointing into the source directory
authorSimon McVittie <smcv@collabora.com>
Wed, 13 Jul 2022 19:45:50 +0000 (20:45 +0100)
committerSimon McVittie <smcv@collabora.com>
Thu, 14 Jul 2022 10:37:48 +0000 (11:37 +0100)
Signed-off-by: Simon McVittie <smcv@collabora.com>
doc/meson.build

index ee2de6809ccaf880b0e6e749c2e605c98cbc0ee3..3e5f52a854a0d82496d81d24f052e0d597e19ada 100644 (file)
@@ -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,