mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
gtk-doc: parameterise the documentation directory
Not every package puts the gtk-doc infrastructure into ${S}, so allow this to be
overridden.
(From OE-Core rev: 40353c9ef83f986a0d49cc6eb654b3ace6ef4dc4)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
600ea90263
commit
779d915c7d
@@ -6,6 +6,9 @@
|
||||
# re-generation of documentation. For now, we'll make do with this which
|
||||
# packages up any existing documentation (so from tarball builds).
|
||||
|
||||
# The documentation directory, where the infrastructure will be copied.
|
||||
GTKDOC_DOCDIR ?= "${S}"
|
||||
|
||||
DEPENDS_append = " gtk-doc-stub-native"
|
||||
|
||||
EXTRA_OECONF_append = "\
|
||||
@@ -15,5 +18,5 @@ EXTRA_OECONF_append = "\
|
||||
"
|
||||
|
||||
do_configure_prepend () {
|
||||
( cd ${S} && gtkdocize )
|
||||
gtkdocize --docdir ${GTKDOC_DOCDIR}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user