docs: add 'make upload' target for docs/ for new-release script
This commit is contained in:
parent
7d26d8b227
commit
4befb6a7fc
@ -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…
x
Reference in New Issue
Block a user