mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 04:41:16 +00:00
docs: Add make upload
This commit is contained in:
parent
b1d5c8742d
commit
c365b7832f
1 changed files with 3 additions and 0 deletions
|
@ -9,3 +9,6 @@ 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