docs: enable parallel build of subdirectories

We can build gtk docs, ADM, PWG and FAQ in parallel.
This commit is contained in:
Tim-Philipp Müller 2014-02-09 16:47:53 +00:00
parent 5e7a7aeaf1
commit eee7aa5f15

View 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