Fix the broken install
authorXiang, Haihao <haihao.xiang@intel.com>
Wed, 6 Feb 2013 04:35:57 +0000 (12:35 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Sat, 16 Feb 2013 01:07:42 +0000 (09:07 +0800)
commitee948e105b97a03b60168b4e5aed3c64a14c37e6
treeb1856656b65994c342ac6b55bddee737fc873981
parent7504ba0946c1654e471d2b7afaf0661f97a089d7
Fix the broken install

install -d /usr/share/doc/libva/html
install -m 0644 html-out/* /usr/share/doc/libva/html
install: omitting directory `html-out/search'
make[2]: *** [install-html-local] Error 1
make[2]: Leaving directory `/home/xhh/graphics/ex/vaapi/libva/doc'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/xhh/graphics/ex/vaapi/libva/doc'
make: *** [install-recursive] Error 1

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
doc/Makefile.am