mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
docs: add 'make upload' target for docs/ for new-release script
This commit is contained in:
parent
7d26d8b227
commit
4befb6a7fc
1 changed files with 3 additions and 0 deletions
|
@ -16,3 +16,6 @@ DIST_SUBDIRS = libs plugins
|
|||
EXTRA_DIST = \
|
||||
random/ChangeLog-0.8 \
|
||||
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