3 PLUGIN_DOCS_DIRS = plugins
8 PLUGIN_DOCS_DIRS = plugins
11 SUBDIRS = libs $(PLUGIN_DOCS_DIRS)
12 DIST_SUBDIRS = libs plugins
15 random/ChangeLog-0.8 \
19 @if test "x$(SUBDIRS)" != x; then for a in $(SUBDIRS); do cd $$a; make upload; cd ..; done; fi