docs: enable parallel build of subdirectories
authorTim-Philipp Müller <tim@centricular.com>
Sun, 9 Feb 2014 16:47:53 +0000 (16:47 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 9 Feb 2014 16:47:53 +0000 (16:47 +0000)
We can build gtk docs, ADM, PWG and FAQ in parallel.

docs/Makefile.am

index 3f07d58..c39b789 100644 (file)
@@ -26,3 +26,6 @@ EXTRA_DIST = \
 upload:
        @if test "x$(SUBDIRS)" != x; then for a in $(SUBDIRS); do cd $$a; make upload; cd ..; done; fi
 
+libs: gst
+
+include $(top_srcdir)/common/parallel-subdirs.mak