classes: Add gtk-doc.bbclass

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4479 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-05-15 14:11:13 +00:00
parent baadb355da
commit 9b6d8f4400
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
# We don't have gtk-doc so disable it
do_configure_prepend() {
echo "EXTRA_DIST=">> ${S}/gtk-doc.make
}