mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 06:26:23 +00:00
docs: recursive into sub-directories on 'make upload'
This commit is contained in:
parent
aa312eec8d
commit
1c300d92e0
1 changed files with 9 additions and 0 deletions
|
@ -9,3 +9,12 @@ DIST_SUBDIRS = libs
|
|||
|
||||
EXTRA_DIST = \
|
||||
version.entities.in
|
||||
|
||||
upload:
|
||||
@if test "x$(SUBDIRS)" != x; then \
|
||||
for a in $(SUBDIRS); do \
|
||||
cd $$a; \
|
||||
make upload; \
|
||||
cd ..; \
|
||||
done; \
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue