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
This commit is contained in:
Ross Vandegrift 2022-09-15 10:48:30 +08:00 committed by luoyaoming
parent 5ce7a4b1e2
commit 69fd87aca3
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ compress_target = custom_target('package_doc_tar',
run_target('doc', run_target('doc',
command: ['echo', 'Documentation sucessfully build!'], command: ['echo', 'Documentation sucessfully build!'],
depends: compress_target, depends: doc_target,
) )
doxyfile_conf = configuration_data() doxyfile_conf = configuration_data()