1There are issues building the gtk+ tutorial and faq documentation. 2Since they were removed in gtk+ upstream and are superfluous in 3embedded applications, just don't build them. 4 5Thanks to Joshua Lock for suggesting this approach. 6 7Signed-off-by: Scott Garman <scott.a.garman@intel.com> 8 9Upstream-Status: Inappropriate [embedded specific] 10 11diff -urN gtk+-2.22.1.orig/docs/Makefile.am gtk+-2.22.1/docs/Makefile.am 12--- gtk+-2.22.1.orig/docs/Makefile.am 2010-11-15 04:13:09.000000000 -0800 13+++ gtk+-2.22.1/docs/Makefile.am 2011-02-23 19:25:16.914815097 -0800 14@@ -1,7 +1,7 @@ 15 ## Process this file with automake to produce Makefile.in 16 include $(top_srcdir)/Makefile.decl 17 18-SUBDIRS = tutorial faq reference tools 19+SUBDIRS = reference tools 20 21 EXTRA_DIST += \ 22 defsformat.txt \ 23