From: Simon McVittie Date: Wed, 13 Jul 2022 19:45:50 +0000 (+0100) Subject: maintainer-upload-docs: Use paths pointing into the source directory X-Git-Tag: dbus-1.15.0~32^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=822b63fc6f0536c5cb74516945c8c7f69f1c472f;p=thirdparty%2Fdbus.git maintainer-upload-docs: Use paths pointing into the source directory Signed-off-by: Simon McVittie --- diff --git a/doc/meson.build b/doc/meson.build index ee2de6809..3e5f52a85 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,