I am trying to build libxml2 in Xcode.
The build succeeds but there is an annoying error that is reported.
These are my config options
./configure --prefix=${SRCROOT}/../build/debug --disable-shared --disable-ipv6 --without-catalog --without-debug --without-docbook --without-fexceptions --without-ftp --without-history --without-html --without-http --without-iconv --without-legacy --without-mem-debug --with-minimum=on --with-output --with-push --without-python --with-reader --without-readline --without-regexps --without-run-debug --without-sax1 --without-valid --without-xinclude --without-xpath --without-xptr --without-xpath --without-modules --without-zlib --without-coverage
/usr/bin/install -c -m 0644 ./*.html ./*.c ./*.xml ./*.xsl ./*.res <targetpath>/build/debug/share/doc/libxml2-2.7.1/html
install: ./*.html: No such file or directory
any clues how I could circumvent this ?