tiff: Keep makefiles in documentation sources tree
[scm/bb/meta-tizen.git] / meta-tizen-common-base / recipes-multimedia / tiff / tiff.inc
index 4391bea..dcf78e8 100644 (file)
@@ -66,6 +66,11 @@ do_compile() {
   unset DISPLAY
   LD_AS_NEEDED=1; export LD_AS_NEEDED ;
   
+  local list="html html/images html/man"
+  for dir in $list ; do
+       touch "${dir}/all"
+       touch "${dir}/install"
+  done
   
   autotools_do_configure
   oe_runmake
@@ -106,7 +111,6 @@ do_install() {
  
  rm -rf ${D}${prefix}/share/doc/tiff*
  rm -f ${D}${prefix}/lib/*.la
- find html -name "Makefile*" | xargs rm