stefan pushed a commit to branch master. http://git.enlightenment.org/core/evas_generic_loaders.git/commit/?id=81224b46b4887c8fd60510fa2ddaaab385cfacbb
commit 81224b46b4887c8fd60510fa2ddaaab385cfacbb Author: Stefan Schmidt <[email protected]> Date: Wed May 28 21:48:52 2014 +0200 build: Add fake doc target Needed to have it run on the nightly jenkins builds. --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.am b/Makefile.am index d4ce0b7..9203d09 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,3 +30,8 @@ autogen.sh \ m4/ac_attribute.m4 \ m4/ac_path_generic.m4 \ README + +.PHONY: doc + +doc: + @echo "Empty doc target until we have real documentation." --
