summaryrefslogtreecommitdiffstats
path: root/meta/classes/gtk-doc.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/gtk-doc.bbclass')
-rw-r--r--meta/classes/gtk-doc.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/gtk-doc.bbclass b/meta/classes/gtk-doc.bbclass
index f7ba78847a..4e0bd88002 100644
--- a/meta/classes/gtk-doc.bbclass
+++ b/meta/classes/gtk-doc.bbclass
@@ -7,7 +7,7 @@
7# packages up any existing documentation (so from tarball builds). 7# packages up any existing documentation (so from tarball builds).
8 8
9# The documentation directory, where the infrastructure will be copied. 9# The documentation directory, where the infrastructure will be copied.
10GTKDOC_DOCDIR ?= "${S}" 10GTKDOC_DOCDIR ?= "${B}"
11 11
12DEPENDS_append = " gtk-doc-stub-native" 12DEPENDS_append = " gtk-doc-stub-native"
13 13
@@ -18,5 +18,5 @@ EXTRA_OECONF_append = "\
18" 18"
19 19
20do_configure_prepend () { 20do_configure_prepend () {
21 gtkdocize --docdir ${GTKDOC_DOCDIR} 21 ( cd ${S}; gtkdocize --docdir ${GTKDOC_DOCDIR} )
22} 22}