forked from openkylin/efl
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:
parent
5ce7a4b1e2
commit
69fd87aca3
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue