eggdbus_0.6.bb : add this new recipe which is gobject bindings for dbus
[openembedded.git] / recipes / eggdbus / files / gtk-doc.patch
1 Index: eggdbus-0.6/docs/eggdbus/Makefile.am
2 ===================================================================
3 --- eggdbus-0.6.orig/docs/eggdbus/Makefile.am
4 +++ eggdbus-0.6/docs/eggdbus/Makefile.am
5 @@ -87,11 +87,7 @@ HTML_IMAGES =                                \
6  # Extra options to supply to gtkdoc-fixref
7  FIXXREF_OPTIONS=
8  
9 -if ENABLE_GTK_DOC
10 -include $(top_srcdir)/gtk-doc.make
11 -else
12  CLEANFILES =
13 -endif
14  
15  CLEANFILES +=   *~                             \
16                 eggdbus-scan.*                  \
17 Index: eggdbus-0.6/docs/tests/Makefile.am
18 ===================================================================
19 --- eggdbus-0.6.orig/docs/tests/Makefile.am
20 +++ eggdbus-0.6/docs/tests/Makefile.am
21 @@ -65,11 +65,7 @@ HTML_IMAGES =                                \
22  # Extra options to supply to gtkdoc-fixref
23  FIXXREF_OPTIONS=
24  
25 -if ENABLE_GTK_DOC
26 -include $(top_srcdir)/gtk-doc.make
27 -else
28  CLEANFILES =
29 -endif
30  
31  CLEANFILES +=   *~                             \
32                 tests-scan.*                    \