From 69fd87aca321e544c2d19230cd80570b53b4052d Mon Sep 17 00:00:00 2001 From: Ross Vandegrift Date: Thu, 15 Sep 2022 10:48:30 +0800 Subject: [PATCH] Don't build extra binary doc package Forwarded: no Last-Update: 2019-10-12 make doc builds a binary tar.gz of the docs. It takes a while, and we don't need it to build efl-doc. Last-Update: 2019-10-12 Gbp-Pq: Name 45_disable_doc_pack.diff --- doc/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()