jpeg pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=6a513fac0be119861d88849d888b6c7d471e1388
commit 6a513fac0be119861d88849d888b6c7d471e1388 Author: Jean-Philippe Andre <[email protected]> Date: Tue Mar 31 20:37:41 2015 +0900 Revert "doc: Improve build speed, disable doc's widgets build" This reverts commit 52c8f4fe7ec42efa6889d707e2380697ffe7dbb4. This broke the build when starting from a clean repo. I'll try to improve this patch later, maybe. --- doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index ea03318..953809c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -#SUBDIRS = widgets +SUBDIRS = widgets MAINTAINERCLEANFILES = Makefile.in @@ -191,7 +191,7 @@ widget-tree-figures: doc doc-clean: rm -rf img/widget html/ latex/ man/ xml/ $(top_builddir)/$(PACKAGE_DOCNAME).tar* -gen-doc: widget-preview +gen-doc: $(efl_doxygen) cp -r $(srcdir)/img/* html/ cp -r $(srcdir)/img/* latex/ --
