summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJean-Philippe Andre <jp.andre@samsung.com>2015-03-31 12:17:23 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2015-03-31 12:28:11 +0900
commit52c8f4fe7ec42efa6889d707e2380697ffe7dbb4 (patch)
tree271050598205dadbf7e1c0b09ba65b4c0a09a4ad /doc
parenteeb55cb6e882a36cfe4da16dbbc7fd0bd2311481 (diff)
downloadelementary-52c8f4fe7ec42efa6889d707e2380697ffe7dbb4.tar.gz
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 953809c74..ea03318c2 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/