Imported Upstream version 1.7.4
[platform/upstream/edje.git] / Makefile.am
index 01415b9..58ebb3b 100644 (file)
@@ -46,7 +46,7 @@ README
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = edje.pc
 
-.PHONY: doc coverage
+.PHONY: doc install-doc coverage
 
 # Documentation
 
@@ -54,6 +54,10 @@ doc:
        @echo "entering doc/"
        make -C doc doc
 
+install-doc:
+       @echo "entering doc/"
+       make -C doc install-doc
+
 # Unit tests
 
 if EFL_ENABLE_TESTS