Revision 13976
Added by Aaron Marcuse-Kubitza over 10 years ago
import_all | ||
---|---|---|
33 | 33 |
local import_source= # Source tables have already been imported |
34 | 34 |
export import_source # must come after local |
35 | 35 |
|
36 |
# publish datasources that won't be published by `make .../import` |
|
37 |
make inputs/.TNRS/publish |
|
38 |
make inputs/.geoscrub/publish |
|
36 |
make inputs/.TNRS/import |
|
37 |
make inputs/.geoscrub/import |
|
39 | 38 |
|
40 | 39 |
for src in herbaria IRMNG IUCN newWorld; do |
41 | 40 |
make inputs/."$src"/import "$@" & |
Also available in: Unified diff
bin/import_all: TNRS, geoscrub: use import rather than publish because the non-imported tables have now been excluded