X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=58ebb3bc6389ebb0a123c24f876e05a1b2c2ce2e;hb=d768528840673f2ac05564456ac7ae3c09d32e45;hp=01415b90e85a9bfc8172e8ee6b18765b320dbca9;hpb=49f53f57a6110bf0a00c061b0293e4701c08b53f;p=profile%2Fivi%2Fedje.git diff --git a/Makefile.am b/Makefile.am index 01415b9..58ebb3b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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