mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
docs: enable parallel build of subdirectories
We can build gtk docs, ADM, PWG and FAQ in parallel.
This commit is contained in:
parent
5e7a7aeaf1
commit
eee7aa5f15
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue