wayland-egl: do not require 'gl' to build (libs)
[platform/upstream/evas.git] / Makefile.am
index 401600f..2934cf6 100644 (file)
@@ -132,12 +132,16 @@ if BUILD_ENGINE_WAYLAND_EGL
 pkgconfig_DATA += evas-wayland-egl.pc
 endif
 
-.PHONY: doc coverage
+.PHONY: doc install-doc coverage
 
 doc:
        @echo "entering doc/"
        $(MAKE) -C doc doc
 
+install-doc:
+       @echo "entering doc/"
+       make -C doc install-doc
+
 # Unit tests
 
 if EFL_ENABLE_TESTS