+ git clean -dfX Removing Makefile Removing Makefile.in Removing aclocal.m4 Removing autom4te.cache/ Removing config.guess Removing config.h Removing config.h.in Removing config.log Removing config.status Removing config.sub Removing configure Removing depcomp Removing doc/Makefile Removing doc/Makefile.in Removing doc/Wayland/Makefile Removing doc/Wayland/Makefile.in Removing install-sh Removing libtool Removing ltmain.sh Removing m4/libtool.m4 Removing m4/ltoptions.m4 Removing m4/ltsugar.m4 Removing m4/ltversion.m4 Removing m4/lt~obsolete.m4 Removing missing Removing protocol/Makefile Removing protocol/Makefile.in Removing protocol/wayland.html Removing src/.deps/ Removing src/.libs/ Removing src/Makefile Removing src/Makefile.in Removing src/connection.lo Removing src/connection.o Removing src/data-device.lo Removing src/data-device.o Removing src/event-loop.lo Removing src/event-loop.o Removing src/libwayland-client.la Removing src/libwayland-server.la Removing src/libwayland-util.la Removing src/scanner.o Removing src/wayland-client-protocol.h Removing src/wayland-client.lo Removing src/wayland-client.o Removing src/wayland-client.pc Removing src/wayland-protocol.c Removing src/wayland-protocol.lo Removing src/wayland-protocol.o Removing src/wayland-scanner Removing src/wayland-server-protocol.h Removing src/wayland-server.lo Removing src/wayland-server.o Removing src/wayland-server.pc Removing src/wayland-shm.lo Removing src/wayland-shm.o Removing src/wayland-util.lo Removing src/wayland-util.o Removing stamp-h1 Removing tests/.deps/ Removing tests/Makefile Removing tests/Makefile.in Removing wayland-scanner.m4 + ./autogen.sh --prefix=/home/uartie/Work/intel/wayland2 autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal -I /home/uartie/Work/intel/wayland2/share/aclocal --force -I m4 ${ACLOCAL_FLAGS} autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:20: installing `./config.guess' configure.ac:20: installing `./config.sub' configure.ac:11: installing `./install-sh' configure.ac:11: installing `./missing' src/Makefile.am: installing `./depcomp' autoreconf: Leaving directory `.' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for FFI... yes checking expat.h usability... yes checking expat.h presence... yes checking for expat.h... yes checking for XML_ParserCreate in -lexpat... yes checking for xsltproc... /usr/bin/xsltproc checking for publican... /usr/bin/publican configure: creating ./config.status config.status: creating Makefile config.status: creating wayland-scanner.m4 config.status: creating doc/Makefile config.status: creating doc/Wayland/Makefile config.status: creating src/Makefile config.status: creating src/wayland-server.pc config.status: creating src/wayland-client.pc config.status: creating protocol/Makefile config.status: creating tests/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands + make make all-recursive make[1]: Entering directory `/home/uartie/Work/intel/wayland2/src/wayland' Making all in src make[2]: Entering directory `/home/uartie/Work/intel/wayland2/src/wayland/src' CC scanner.o CC connection.lo CC wayland-util.lo CCLD libwayland-util.la CCLD wayland-scanner GEN wayland-server-protocol.h GEN wayland-client-protocol.h GEN wayland-protocol.c make all-am make[3]: Entering directory `/home/uartie/Work/intel/wayland2/src/wayland/src' CC wayland-protocol.lo CC wayland-server.lo CC wayland-shm.lo CC data-device.lo CC event-loop.lo CCLD libwayland-server.la CC wayland-client.lo CCLD libwayland-client.la make[3]: Leaving directory `/home/uartie/Work/intel/wayland2/src/wayland/src' make[2]: Leaving directory `/home/uartie/Work/intel/wayland2/src/wayland/src' Making all in protocol make[2]: Entering directory `/home/uartie/Work/intel/wayland2/src/wayland/protocol' GEN wayland.html make[2]: Leaving directory `/home/uartie/Work/intel/wayland2/src/wayland/protocol' Making all in doc make[2]: Entering directory `/home/uartie/Work/intel/wayland2/src/wayland/doc' Making all in Wayland make[3]: Entering directory `/home/uartie/Work/intel/wayland2/src/wayland/doc/Wayland' GEN en-US/Protocol.xml GEN en-US/Protocol.xml GEN en-US/Wayland.ent GEN en-US/Architecture.xml GEN en-US/Author_Group.xml GEN en-US/Book_Info.xml GEN en-US/Chapter.xml GEN en-US/Preface.xml GEN en-US/Wayland.xml GEN en-US/Revision_History.xml GEN en-US/images/icon.svg GEN en-US/images/wayland-architecture.png GEN en-US/images/wayland.png GEN en-US/images/x-architecture.png GEN Wayland Setting up en-US Processing file Wayland/en-US/xml/Common_Content/Conventions.xml -> Wayland/en-US/xml/Common_Content/Conventions.xml Processing file Wayland/en-US/xml/Common_Content/Feedback.xml -> Wayland/en-US/xml/Common_Content/Feedback.xml Processing file Wayland/en-US/xml/Common_Content/Legal_Notice.xml -> Wayland/en-US/xml/Common_Content/Legal_Notice.xml Processing file Wayland/en-US/xml_tmp/Architecture.xml -> Wayland/en-US/xml/Architecture.xml Processing file Wayland/en-US/xml_tmp/Author_Group.xml -> Wayland/en-US/xml/Author_Group.xml Processing file Wayland/en-US/xml_tmp/Book_Info.xml -> Wayland/en-US/xml/Book_Info.xml Processing file Wayland/en-US/xml_tmp/Chapter.xml -> Wayland/en-US/xml/Chapter.xml Processing file Wayland/en-US/xml_tmp/Preface.xml -> Wayland/en-US/xml/Preface.xml Processing file Wayland/en-US/xml_tmp/Protocol.xml -> Wayland/en-US/xml/Protocol.xml Processing file Wayland/en-US/xml_tmp/Revision_History.xml -> Wayland/en-US/xml/Revision_History.xml Processing file Wayland/en-US/xml_tmp/Wayland.xml -> Wayland/en-US/xml/Wayland.xml Beginning work on en-US Starting html Writing sect-Wayland-Architecture-wayland_rendering.html for section(sect-Wayland-Architecture-wayland_rendering) Writing chap-Wayland-Architecture.html for chapter(chap-Wayland-Architecture) Writing protocol-interface-wl_callback.html for section(protocol-interface-wl_callback) Writing protocol-interface-wl_compositor.html for section(protocol-interface-wl_compositor) Writing apas04s02.html for section Writing protocol-interface-wl_shm-enum-format.html for section(protocol-interface-wl_shm-enum-format) Writing apas04s03.html for section Writing protocol-interface-wl_shm.html for section(protocol-interface-wl_shm) Writing apas05s02.html for section Writing protocol-interface-wl_buffer.html for section(protocol-interface-wl_buffer) Writing apas06s02.html for section Writing protocol-interface-wl_data_offer.html for section(protocol-interface-wl_data_offer) Writing protocol-interface-wl_data_source-event-send.html for section(protocol-interface-wl_data_source-event-send) Writing protocol-interface-wl_data_source-event-cancelled.html for section(protocol-interface-wl_data_source-event-cancelled) Writing apas07s02.html for section Writing protocol-interface-wl_data_source.html for section(protocol-interface-wl_data_source) Writing protocol-interface-wl_data_device-event-enter.html for section(protocol-interface-wl_data_device-event-enter) Writing protocol-interface-wl_data_device-event-leave.html for section(protocol-interface-wl_data_device-event-leave) Writing protocol-interface-wl_data_device-event-motion.html for section(protocol-interface-wl_data_device-event-motion) Writing protocol-interface-wl_data_device-event-drop.html for section(protocol-interface-wl_data_device-event-drop) Writing protocol-interface-wl_data_device-event-selection.html for section(protocol-interface-wl_data_device-event-selection) Writing apas08s02.html for section Writing protocol-interface-wl_data_device.html for section(protocol-interface-wl_data_device) Writing protocol-interface-wl_data_device_manager.html for section(protocol-interface-wl_data_device_manager) Writing protocol-interface-wl_shell.html for section(protocol-interface-wl_shell) Writing protocol-interface-wl_shell_surface-event-popup_done.html for section(protocol-interface-wl_shell_surface-event-popup_done) Writing apas11s02.html for section Writing protocol-interface-wl_shell_surface-enum-fullscreen_method.html for section(protocol-interface-wl_shell_surface-enum-fullscreen_method) Writing apas11s03.html for section Writing protocol-interface-wl_shell_surface.html for section(protocol-interface-wl_shell_surface) Writing protocol-interface-wl_surface.html for section(protocol-interface-wl_surface) Writing protocol-interface-wl_input_device-event-button.html for section(protocol-interface-wl_input_device-event-button) Writing protocol-interface-wl_input_device-event-key.html for section(protocol-interface-wl_input_device-event-key) Writing protocol-interface-wl_input_device-event-pointer_enter.html for section(protocol-interface-wl_input_device-event-pointer_enter) Writing protocol-interface-wl_input_device-event-pointer_leave.html for section(protocol-interface-wl_input_device-event-pointer_leave) Writing protocol-interface-wl_input_device-event-keyboard_enter.html for section(protocol-interface-wl_input_device-event-keyboard_enter) Writing protocol-interface-wl_input_device-event-keyboard_leave.html for section(protocol-interface-wl_input_device-event-keyboard_leave) Writing protocol-interface-wl_input_device-event-touch_down.html for section(protocol-interface-wl_input_device-event-touch_down) Writing protocol-interface-wl_input_device-event-touch_up.html for section(protocol-interface-wl_input_device-event-touch_up) Writing protocol-interface-wl_input_device-event-touch_motion.html for section(protocol-interface-wl_input_device-event-touch_motion) Writing protocol-interface-wl_input_device-event-touch_frame.html for section(protocol-interface-wl_input_device-event-touch_frame) Writing protocol-interface-wl_input_device-event-touch_cancel.html for section(protocol-interface-wl_input_device-event-touch_cancel) Writing apas13s02.html for section Writing protocol-interface-wl_input_device.html for section(protocol-interface-wl_input_device) Writing protocol-interface-wl_output-enum-mode.html for section(protocol-interface-wl_output-enum-mode) Writing apas14s02.html for section Writing protocol-interface-wl_output.html for section(protocol-interface-wl_output) Writing protocol-interface-wl_region.html for section(protocol-interface-wl_region) Writing appe-Wayland-Protocol.html for appendix(appe-Wayland-Protocol) Writing ix01.html for index Writing index.html for book Using XML::LibXSLT on /usr/share/publican/xsl/html.xsl Finished html Starting pdf Making portrait pages on A4 paper (210mmx297mm) Using XML::LibXSLT on /usr/share/publican/xsl/pdf.xsl Mar 14, 2012 4:48:42 PM org.apache.fop.apps.FopFactoryConfigurator configure INFO: Default page-height set to: 240mm Mar 14, 2012 4:48:42 PM org.apache.fop.apps.FopFactoryConfigurator configure INFO: Default page-width set to: 120mm Mar 14, 2012 4:48:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400". Mar 14, 2012 4:48:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400". Mar 14, 2012 4:48:42 PM org.apache.fop.hyphenation.Hyphenator getHyphenationTree SEVERE: Couldn't find hyphenation pattern en Mar 14, 2012 4:48:43 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Content overflows the viewport of the fo:region-after on page 2 in block-progression direction by 77 millipoints. (See position 2:74356) Mar 14, 2012 4:48:43 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Content overflows the viewport of the fo:region-after on page iii in block-progression direction by 77 millipoints. (See position 9:5188) Mar 14, 2012 4:48:43 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Content overflows the viewport of the fo:region-after on page iv in block-progression direction by 77 millipoints. (See position 9:8374) Mar 14, 2012 4:48:43 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 48860 millipoints. (See position 9:46392) Mar 14, 2012 4:48:43 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Content overflows the viewport of the fo:region-after on page 1 in block-progression direction by 77 millipoints. (See position 9:50401) Mar 14, 2012 4:48:43 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Content overflows the viewport of the fo:region-after on page 2 in block-progression direction by 77 millipoints. (See position 9:52524) Mar 14, 2012 4:48:43 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Content overflows the viewport of the fo:region-after on page 3 in block-progression direction by 77 millipoints. (See position 9:51462) Mar 14, 2012 4:48:43 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Content overflows the viewport of the fo:region-after on page 4 in block-progression direction by 77 millipoints. (See position 9:52524) Mar 14, 2012 4:48:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Content overflows the viewport of the fo:region-after on page 5 in block-progression direction by 77 millipoints. (See position 66:5161) Mar 14, 2012 4:48:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Content overflows the viewport of the fo:region-after on page 6 in block-progression direction by 77 millipoints. (See position 66:7284) Mar 14, 2012 4:48:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Content overflows the viewport of the fo:region-after on page 7 in block-progression direction by 77 millipoints. (See position 66:6222) Mar 14, 2012 4:48:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Content overflows the viewport of the fo:region-after on page 8 in block-progression direction by 77 millipoints. (See position 66:7284) Mar 14, 2012 4:48:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Content overflows the viewport of the fo:region-after on page 9 in block-progression direction by 77 millipoints. (See position 66:6222) Mar 14, 2012 4:48:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Content overflows the viewport of the fo:region-after on page 10 in block-progression direction by 77 millipoints. (See position 66:7284) Mar 14, 2012 4:48:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Content overflows the viewport of the fo:region-after on page 11 in block-progression direction by 77 millipoints. (See position 66:6222) Mar 14, 2012 4:48:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Content overflows the viewport of the fo:region-after on page 12 in block-progression direction by 77 millipoints. (See position 66:7284) Mar 14, 2012 4:48:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Content overflows the viewport of the fo:region-after on page 13 in block-progression direction by 77 millipoints. (See position 66:6222) Mar 14, 2012 4:48:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Content overflows the viewport of the fo:region-after on page 14 in block-progression direction by 77 millipoints. (See position 66:7284) Mar 14, 2012 4:48:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 2639 millipoints. (See position 66:2337) Mar 14, 2012 4:48:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Content overflows the viewport of the fo:region-after on page 15 in block-progression direction by 77 millipoints. (See position 66:6222) Mar 14, 2012 4:48:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Content overflows the viewport of the fo:region-after on page 16 in block-progression direction by 77 millipoints. (See position 66:7284) Mar 14, 2012 4:48:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Content overflows the viewport of the fo:region-after on page 17 in block-progression direction by 77 millipoints. (See position 66:6222) Mar 14, 2012 4:48:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Content overflows the viewport of the fo:region-after on page 18 in block-progression direction by 77 millipoints. (See position 66:7284) Mar 14, 2012 4:48:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Content overflows the viewport of the fo:region-after on page 19 in block-progression direction by 77 millipoints. (See position 66:6222) Mar 14, 2012 4:48:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Content overflows the viewport of the fo:region-after on page 20 in block-progression direction by 77 millipoints. (See position 66:7284) Mar 14, 2012 4:48:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Content overflows the viewport of the fo:region-after on page 21 in block-progression direction by 77 millipoints. (See position 66:6222) Mar 14, 2012 4:48:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Content overflows the viewport of the fo:region-after on page 22 in block-progression direction by 77 millipoints. (See position 66:7284) Mar 14, 2012 4:48:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Content overflows the viewport of the fo:region-after on page 23 in block-progression direction by 77 millipoints. (See position 66:6222) Mar 14, 2012 4:48:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Content overflows the viewport of the fo:region-after on page 24 in block-progression direction by 77 millipoints. (See position 66:7284) Mar 14, 2012 4:48:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Content overflows the viewport of the fo:region-after on page 25 in block-progression direction by 77 millipoints. (See position 66:6222) Mar 14, 2012 4:48:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Content overflows the viewport of the fo:region-after on page 26 in block-progression direction by 77 millipoints. (See position 66:7284) Mar 14, 2012 4:48:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Content overflows the viewport of the fo:region-after on page 27 in block-progression direction by 77 millipoints. (See position 66:6222) Mar 14, 2012 4:48:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Content overflows the viewport of the fo:region-after on page 28 in block-progression direction by 77 millipoints. (See position 66:8347) Mar 14, 2012 4:48:44 PM org.apache.fop.fo.properties.PropertyMaker make WARNING: span="inherit" on fo:block, but no explicit value found on the parent FO. Mar 14, 2012 4:48:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Content overflows the viewport of the fo:region-after on page 29 in block-progression direction by 77 millipoints. (See position 763:5113) Mar 14, 2012 4:48:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Content overflows the viewport of the fo:region-after on page 30 in block-progression direction by 77 millipoints. (See position 763:8299) Finished pdf make[3]: Leaving directory `/home/uartie/Work/intel/wayland2/src/wayland/doc/Wayland' make[3]: Entering directory `/home/uartie/Work/intel/wayland2/src/wayland/doc' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/uartie/Work/intel/wayland2/src/wayland/doc' make[2]: Leaving directory `/home/uartie/Work/intel/wayland2/src/wayland/doc' Making all in tests make[2]: Entering directory `/home/uartie/Work/intel/wayland2/src/wayland/tests' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/uartie/Work/intel/wayland2/src/wayland/tests' make[2]: Entering directory `/home/uartie/Work/intel/wayland2/src/wayland' make[2]: Leaving directory `/home/uartie/Work/intel/wayland2/src/wayland' make[1]: Leaving directory `/home/uartie/Work/intel/wayland2/src/wayland' + make install Making install in src make[1]: Entering directory `/home/uartie/Work/intel/wayland2/src/wayland/src' make install-am make[2]: Entering directory `/home/uartie/Work/intel/wayland2/src/wayland/src' make[3]: Entering directory `/home/uartie/Work/intel/wayland2/src/wayland/src' test -z "/home/uartie/Work/intel/wayland2/lib" || /bin/mkdir -p "/home/uartie/Work/intel/wayland2/lib" /bin/sh ../libtool --mode=install /usr/bin/install -c libwayland-server.la libwayland-client.la '/home/uartie/Work/intel/wayland2/lib' libtool: install: /usr/bin/install -c .libs/libwayland-server.so.0.0.0 /home/uartie/Work/intel/wayland2/lib/libwayland-server.so.0.0.0 libtool: install: (cd /home/uartie/Work/intel/wayland2/lib && { ln -s -f libwayland-server.so.0.0.0 libwayland-server.so.0 || { rm -f libwayland-server.so.0 && ln -s libwayland-server.so.0.0.0 libwayland-server.so.0; }; }) libtool: install: (cd /home/uartie/Work/intel/wayland2/lib && { ln -s -f libwayland-server.so.0.0.0 libwayland-server.so || { rm -f libwayland-server.so && ln -s libwayland-server.so.0.0.0 libwayland-server.so; }; }) libtool: install: /usr/bin/install -c .libs/libwayland-server.lai /home/uartie/Work/intel/wayland2/lib/libwayland-server.la libtool: install: /usr/bin/install -c .libs/libwayland-client.so.0.0.0 /home/uartie/Work/intel/wayland2/lib/libwayland-client.so.0.0.0 libtool: install: (cd /home/uartie/Work/intel/wayland2/lib && { ln -s -f libwayland-client.so.0.0.0 libwayland-client.so.0 || { rm -f libwayland-client.so.0 && ln -s libwayland-client.so.0.0.0 libwayland-client.so.0; }; }) libtool: install: (cd /home/uartie/Work/intel/wayland2/lib && { ln -s -f libwayland-client.so.0.0.0 libwayland-client.so || { rm -f libwayland-client.so && ln -s libwayland-client.so.0.0.0 libwayland-client.so; }; }) libtool: install: /usr/bin/install -c .libs/libwayland-client.lai /home/uartie/Work/intel/wayland2/lib/libwayland-client.la libtool: install: /usr/bin/install -c .libs/libwayland-server.a /home/uartie/Work/intel/wayland2/lib/libwayland-server.a libtool: install: chmod 644 /home/uartie/Work/intel/wayland2/lib/libwayland-server.a libtool: install: ranlib /home/uartie/Work/intel/wayland2/lib/libwayland-server.a libtool: install: /usr/bin/install -c .libs/libwayland-client.a /home/uartie/Work/intel/wayland2/lib/libwayland-client.a libtool: install: chmod 644 /home/uartie/Work/intel/wayland2/lib/libwayland-client.a libtool: install: ranlib /home/uartie/Work/intel/wayland2/lib/libwayland-client.a libtool: finish: PATH="/usr/lib64/ccache:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/uartie/.local/bin:/home/uartie/bin:.:/home/uartie/Work/intel/repo:/home/uartie/Work/intel/bin:/home/uartie/Work/intel/otc-pvr-sdk/scripts:/sbin" ldconfig -n /home/uartie/Work/intel/wayland2/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/uartie/Work/intel/wayland2/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/home/uartie/Work/intel/wayland2/bin" || /bin/mkdir -p "/home/uartie/Work/intel/wayland2/bin" /bin/sh ../libtool --mode=install /usr/bin/install -c wayland-scanner '/home/uartie/Work/intel/wayland2/bin' libtool: install: /usr/bin/install -c wayland-scanner /home/uartie/Work/intel/wayland2/bin/wayland-scanner test -z "/home/uartie/Work/intel/wayland2/include" || /bin/mkdir -p "/home/uartie/Work/intel/wayland2/include" /usr/bin/install -c -m 644 wayland-util.h wayland-server-protocol.h wayland-server.h wayland-client-protocol.h wayland-client.h wayland-egl.h '/home/uartie/Work/intel/wayland2/include' test -z "/home/uartie/Work/intel/wayland2/lib/pkgconfig" || /bin/mkdir -p "/home/uartie/Work/intel/wayland2/lib/pkgconfig" /usr/bin/install -c -m 644 wayland-client.pc wayland-server.pc '/home/uartie/Work/intel/wayland2/lib/pkgconfig' make[3]: Leaving directory `/home/uartie/Work/intel/wayland2/src/wayland/src' make[2]: Leaving directory `/home/uartie/Work/intel/wayland2/src/wayland/src' make[1]: Leaving directory `/home/uartie/Work/intel/wayland2/src/wayland/src' Making install in protocol make[1]: Entering directory `/home/uartie/Work/intel/wayland2/src/wayland/protocol' make[2]: Entering directory `/home/uartie/Work/intel/wayland2/src/wayland/protocol' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/uartie/Work/intel/wayland2/share/doc/wayland" || /bin/mkdir -p "/home/uartie/Work/intel/wayland2/share/doc/wayland" /usr/bin/install -c -m 644 wayland-protocol.css wayland.xml protocol.xsl '/home/uartie/Work/intel/wayland2/share/doc/wayland' test -z "/home/uartie/Work/intel/wayland2/share/doc/wayland" || /bin/mkdir -p "/home/uartie/Work/intel/wayland2/share/doc/wayland" /usr/bin/install -c -m 644 wayland.html '/home/uartie/Work/intel/wayland2/share/doc/wayland' make[2]: Leaving directory `/home/uartie/Work/intel/wayland2/src/wayland/protocol' make[1]: Leaving directory `/home/uartie/Work/intel/wayland2/src/wayland/protocol' Making install in doc make[1]: Entering directory `/home/uartie/Work/intel/wayland2/src/wayland/doc' Making install in Wayland make[2]: Entering directory `/home/uartie/Work/intel/wayland2/src/wayland/doc/Wayland' make[3]: Entering directory `/home/uartie/Work/intel/wayland2/src/wayland/doc/Wayland' make[3]: Nothing to be done for `install-exec-am'. test -z "/home/uartie/Work/intel/wayland2/share/doc/wayland/Wayland/en-US/html/Common_Content/css" || /bin/mkdir -p "/home/uartie/Work/intel/wayland2/share/doc/wayland/Wayland/en-US/html/Common_Content/css" test -z "/home/uartie/Work/intel/wayland2/share/doc/wayland/Wayland/en-US/html/Common_Content/images" || /bin/mkdir -p "/home/uartie/Work/intel/wayland2/share/doc/wayland/Wayland/en-US/html/Common_Content/images" test -z "/home/uartie/Work/intel/wayland2/share/doc/wayland/Wayland/en-US/html/images" || /bin/mkdir -p "/home/uartie/Work/intel/wayland2/share/doc/wayland/Wayland/en-US/html/images" test -z "/home/uartie/Work/intel/wayland2/share/doc/wayland/Wayland/en-US/pdf" || /bin/mkdir -p "/home/uartie/Work/intel/wayland2/share/doc/wayland/Wayland/en-US/pdf" test -z "/home/uartie/Work/intel/wayland2/share/doc/wayland/Wayland/en-US/xml/Common_Content/css" || /bin/mkdir -p "/home/uartie/Work/intel/wayland2/share/doc/wayland/Wayland/en-US/xml/Common_Content/css" test -z "/home/uartie/Work/intel/wayland2/share/doc/wayland/Wayland/en-US/xml/Common_Content/images" || /bin/mkdir -p "/home/uartie/Work/intel/wayland2/share/doc/wayland/Wayland/en-US/xml/Common_Content/images" test -z "/home/uartie/Work/intel/wayland2/share/doc/wayland/Wayland/en-US/xml/images" || /bin/mkdir -p "/home/uartie/Work/intel/wayland2/share/doc/wayland/Wayland/en-US/xml/images" list=`find ./Wayland/en-US -path './Wayland/en-US/xml_tmp' -prune -o -type f`; \ for p in $list; do \ echo " /usr/bin/install -c -m 644 '$p' '/home/uartie/Work/intel/wayland2/share/doc/wayland/$p'"; \ /usr/bin/install -c -m 644 "$p" "/home/uartie/Work/intel/wayland2/share/doc/wayland/$p"; \ done; /usr/bin/install -c -m 644 './Wayland/en-US/xml/Author_Group.xml' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Author_Group.xml' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Protocol.xml' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Protocol.xml' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Preface.xml' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Preface.xml' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Wayland.ent' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Wayland.ent' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Architecture.xml' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Architecture.xml' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Chapter.xml' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Chapter.xml' /usr/bin/install -c -m 644 './Wayland/en-US/xml/images/x-architecture.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/images/x-architecture.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/images/icon.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/images/icon.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/images/wayland-architecture.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/images/wayland-architecture.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/images/wayland.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/images/wayland.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Wayland.xml' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Wayland.xml' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Wayland.fo' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Wayland.fo' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Book_Info.xml' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Book_Info.xml' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Revision_History.xml' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Revision_History.xml' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/Conventions.xml' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/Conventions.xml' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/Feedback.xml' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/Feedback.xml' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/1.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/1.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/image_right.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/image_right.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/23.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/23.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/40.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/40.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/13.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/13.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/7.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/7.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/33.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/33.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/24.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/24.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/stock-go-back.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/stock-go-back.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/20.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/20.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/12.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/12.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/27.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/27.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/17.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/17.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/15.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/15.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/6.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/6.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/20.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/20.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/18.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/18.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/7.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/7.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/8.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/8.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/35.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/35.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/10.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/10.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/17.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/17.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/32.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/32.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/stock-home.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/stock-home.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/30.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/30.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/5.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/5.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/6.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/6.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/yellow.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/yellow.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/30.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/30.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/28.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/28.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/28.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/28.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/33.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/33.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/note.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/note.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/image_left.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/image_left.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/19.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/19.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/stock-go-forward.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/stock-go-forward.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/22.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/22.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/1.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/1.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/important.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/important.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/39.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/39.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/37.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/37.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/36.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/36.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/32.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/32.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/4.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/4.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/2.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/2.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/watermark-draft.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/watermark-draft.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/40.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/40.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/14.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/14.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/3.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/3.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/4.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/4.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/11.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/11.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/21.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/21.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/dot.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/dot.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/24.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/24.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/26.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/26.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/36.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/36.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/important.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/important.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/3.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/3.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/2.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/2.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/note.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/note.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/warning.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/warning.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/14.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/14.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/26.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/26.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/11.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/11.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/35.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/35.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/21.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/21.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/green.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/green.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/27.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/27.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/31.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/31.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/29.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/29.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/16.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/16.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/38.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/38.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/29.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/29.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/25.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/25.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/red.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/red.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/title_logo.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/title_logo.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/shine.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/shine.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/38.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/38.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/13.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/13.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/8.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/8.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/34.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/34.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/25.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/25.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/10.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/10.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/stock-go-up.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/stock-go-up.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/9.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/9.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/31.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/31.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/12.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/12.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/37.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/37.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/9.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/9.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/16.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/16.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/15.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/15.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/34.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/34.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/19.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/19.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/warning.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/warning.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/18.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/18.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/39.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/39.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/23.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/23.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/22.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/22.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/dot2.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/dot2.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/title_logo.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/title_logo.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/5.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/5.svg' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/images/h1-bg.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/images/h1-bg.png' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/css/print.css' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/css/print.css' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/css/default.css' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/css/default.css' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/css/lang.css' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/css/lang.css' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/css/common.css' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/css/common.css' /usr/bin/install -c -m 644 './Wayland/en-US/xml/Common_Content/Legal_Notice.xml' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml/Common_Content/Legal_Notice.xml' /usr/bin/install -c -m 644 './Wayland/en-US/html/protocol-interface-wl_buffer.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/protocol-interface-wl_buffer.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/index.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/index.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/protocol-interface-wl_data_device-event-drop.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/protocol-interface-wl_data_device-event-drop.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/protocol-interface-wl_shell_surface.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/protocol-interface-wl_shell_surface.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/protocol-interface-wl_data_device-event-leave.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/protocol-interface-wl_data_device-event-leave.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/protocol-interface-wl_shell_surface-enum-fullscreen_method.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/protocol-interface-wl_shell_surface-enum-fullscreen_method.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/chap-Wayland-Architecture.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/chap-Wayland-Architecture.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/protocol-interface-wl_input_device-event-pointer_leave.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/protocol-interface-wl_input_device-event-pointer_leave.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/protocol-interface-wl_data_source-event-send.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/protocol-interface-wl_data_source-event-send.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/protocol-interface-wl_input_device-event-touch_up.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/protocol-interface-wl_input_device-event-touch_up.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/apas13s02.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/apas13s02.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/protocol-interface-wl_input_device-event-button.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/protocol-interface-wl_input_device-event-button.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/protocol-interface-wl_data_device-event-enter.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/protocol-interface-wl_data_device-event-enter.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/protocol-interface-wl_shell_surface-event-popup_done.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/protocol-interface-wl_shell_surface-event-popup_done.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/protocol-interface-wl_callback.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/protocol-interface-wl_callback.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/apas11s02.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/apas11s02.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/protocol-interface-wl_input_device-event-touch_cancel.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/protocol-interface-wl_input_device-event-touch_cancel.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/appe-Wayland-Protocol.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/appe-Wayland-Protocol.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/protocol-interface-wl_input_device-event-pointer_enter.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/protocol-interface-wl_input_device-event-pointer_enter.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/protocol-interface-wl_shm-enum-format.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/protocol-interface-wl_shm-enum-format.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/protocol-interface-wl_shell.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/protocol-interface-wl_shell.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/protocol-interface-wl_output-enum-mode.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/protocol-interface-wl_output-enum-mode.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/protocol-interface-wl_input_device-event-touch_frame.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/protocol-interface-wl_input_device-event-touch_frame.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/protocol-interface-wl_input_device-event-keyboard_leave.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/protocol-interface-wl_input_device-event-keyboard_leave.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/protocol-interface-wl_compositor.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/protocol-interface-wl_compositor.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/apas08s02.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/apas08s02.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/images/x-architecture.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/images/x-architecture.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/images/icon.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/images/icon.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/images/wayland-architecture.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/images/wayland-architecture.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/images/wayland.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/images/wayland.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/apas14s02.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/apas14s02.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/protocol-interface-wl_data_device.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/protocol-interface-wl_data_device.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/protocol-interface-wl_data_source-event-cancelled.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/protocol-interface-wl_data_source-event-cancelled.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/apas11s03.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/apas11s03.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/apas04s03.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/apas04s03.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/protocol-interface-wl_data_device_manager.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/protocol-interface-wl_data_device_manager.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/sect-Wayland-Architecture-wayland_rendering.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/sect-Wayland-Architecture-wayland_rendering.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/protocol-interface-wl_region.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/protocol-interface-wl_region.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/protocol-interface-wl_data_device-event-motion.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/protocol-interface-wl_data_device-event-motion.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/protocol-interface-wl_data_device-event-selection.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/protocol-interface-wl_data_device-event-selection.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/protocol-interface-wl_input_device.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/protocol-interface-wl_input_device.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/protocol-interface-wl_output.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/protocol-interface-wl_output.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/protocol-interface-wl_shm.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/protocol-interface-wl_shm.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/apas04s02.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/apas04s02.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/protocol-interface-wl_data_source.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/protocol-interface-wl_data_source.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/protocol-interface-wl_data_offer.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/protocol-interface-wl_data_offer.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/apas07s02.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/apas07s02.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/apas06s02.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/apas06s02.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/protocol-interface-wl_input_device-event-touch_motion.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/protocol-interface-wl_input_device-event-touch_motion.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/apas05s02.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/apas05s02.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/protocol-interface-wl_input_device-event-touch_down.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/protocol-interface-wl_input_device-event-touch_down.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/1.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/1.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/image_right.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/image_right.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/23.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/23.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/40.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/40.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/13.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/13.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/7.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/7.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/33.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/33.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/24.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/24.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/stock-go-back.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/stock-go-back.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/20.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/20.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/12.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/12.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/27.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/27.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/17.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/17.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/15.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/15.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/6.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/6.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/20.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/20.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/18.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/18.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/7.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/7.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/8.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/8.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/35.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/35.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/10.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/10.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/17.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/17.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/32.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/32.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/stock-home.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/stock-home.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/30.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/30.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/5.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/5.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/6.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/6.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/yellow.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/yellow.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/30.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/30.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/28.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/28.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/28.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/28.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/33.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/33.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/note.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/note.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/image_left.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/image_left.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/19.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/19.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/stock-go-forward.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/stock-go-forward.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/22.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/22.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/1.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/1.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/important.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/important.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/39.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/39.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/37.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/37.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/36.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/36.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/32.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/32.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/4.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/4.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/2.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/2.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/watermark-draft.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/watermark-draft.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/40.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/40.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/14.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/14.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/3.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/3.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/4.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/4.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/11.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/11.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/21.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/21.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/dot.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/dot.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/24.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/24.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/26.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/26.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/36.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/36.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/important.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/important.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/3.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/3.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/2.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/2.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/note.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/note.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/warning.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/warning.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/14.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/14.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/26.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/26.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/11.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/11.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/35.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/35.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/21.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/21.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/green.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/green.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/27.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/27.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/31.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/31.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/29.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/29.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/16.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/16.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/38.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/38.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/29.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/29.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/25.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/25.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/red.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/red.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/title_logo.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/title_logo.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/shine.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/shine.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/38.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/38.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/13.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/13.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/8.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/8.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/34.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/34.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/25.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/25.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/10.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/10.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/stock-go-up.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/stock-go-up.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/9.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/9.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/31.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/31.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/12.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/12.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/37.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/37.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/9.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/9.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/16.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/16.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/15.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/15.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/34.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/34.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/19.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/19.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/warning.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/warning.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/18.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/18.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/39.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/39.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/23.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/23.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/22.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/22.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/dot2.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/dot2.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/title_logo.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/title_logo.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/5.svg' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/5.svg' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/images/h1-bg.png' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/images/h1-bg.png' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/css/print.css' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/css/print.css' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/css/default.css' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/css/default.css' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/css/lang.css' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/css/lang.css' /usr/bin/install -c -m 644 './Wayland/en-US/html/Common_Content/css/common.css' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/Common_Content/css/common.css' /usr/bin/install -c -m 644 './Wayland/en-US/html/ix01.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/ix01.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/protocol-interface-wl_input_device-event-keyboard_enter.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/protocol-interface-wl_input_device-event-keyboard_enter.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/protocol-interface-wl_input_device-event-key.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/protocol-interface-wl_input_device-event-key.html' /usr/bin/install -c -m 644 './Wayland/en-US/html/protocol-interface-wl_surface.html' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/html/protocol-interface-wl_surface.html' /usr/bin/install -c -m 644 './Wayland/en-US/pdf/Documentation-0.1-Wayland-en-US.pdf' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/pdf/Documentation-0.1-Wayland-en-US.pdf' /usr/bin/install -c -m 644 './Wayland/en-US/xml_tmp' '/home/uartie/Work/intel/wayland2/share/doc/wayland/./Wayland/en-US/xml_tmp' /usr/bin/install: omitting directory `./Wayland/en-US/xml_tmp' make[3]: *** [install-data-local] Error 1 make[3]: Leaving directory `/home/uartie/Work/intel/wayland2/src/wayland/doc/Wayland' make[2]: *** [install-am] Error 2 make[2]: Leaving directory `/home/uartie/Work/intel/wayland2/src/wayland/doc/Wayland' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/home/uartie/Work/intel/wayland2/src/wayland/doc' make: *** [install-recursive] Error 1