jpeg pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=52c8f4fe7ec42efa6889d707e2380697ffe7dbb4
commit 52c8f4fe7ec42efa6889d707e2380697ffe7dbb4 Author: Jean-Philippe Andre <[email protected]> Date: Tue Mar 31 12:17:23 2015 +0900 doc: Improve build speed, disable doc's widgets build Building the widget_preview_xxx programs takes a while and should be required only when rebuilding the doc. Arguably breaking something in elm may break only the widget-preview build but I believe this is a rare case. This speeds up a regular elm build by >20s on my machine. --- doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 953809c..ea03318 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: +gen-doc: widget-preview $(efl_doxygen) cp -r $(srcdir)/img/* html/ cp -r $(srcdir)/img/* latex/ --
