]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
gtk-doc: don't manually call gtkdocize
authorRoss Burton <ross.burton@arm.com>
Wed, 10 Jan 2024 13:07:28 +0000 (13:07 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Jan 2024 11:51:18 +0000 (11:51 +0000)
commit57b0201bfccb4552893d72dc4d76eaa855618563
tree4d3cb75382464856744bc37588f7adb5fca48a53
parentd7f8f56e2a91abbadf53fd4c48d6f0e55ac749d1
gtk-doc: don't manually call gtkdocize

The autoreconf call will now call gtkdocize if needed, so we don't need
to run it manually here.

This obsoletes GTKDOC_DOCDIR.  If this is needed then the replacement is
to ensure that the configure.ac has a call to GTK_DOC_CHECK which passes
--docdir.

For example, this is the change required for kmod:

-GTK_DOC_CHECK([1.14],[--flavour no-tmpl-flat])
+GTK_DOC_CHECK([1.14],[--flavour no-tmpl-flat --docdir libkmod/docs])

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/gtk-doc.bbclass