diff --git a/doc/meson.build b/doc/meson.build index baf61e4..19f9140 100644 --- a/doc/meson.build +++ b/doc/meson.build @@ -190,7 +190,7 @@ compress_target = custom_target('package_doc_tar', run_target('doc', command: ['echo', 'Documentation sucessfully build!'], - depends: compress_target, + depends: doc_target, ) doxyfile_conf = configuration_data()