Revision 6191
Added by Aaron Marcuse-Kubitza about 12 years ago
Makefile | ||
---|---|---|
311 | 311 |
|
312 | 312 |
inputs: _always inputs/all ; |
313 | 313 |
|
314 |
inputs/install: _always |
|
315 |
echo '. bin/reinstall_all'|bash -s |
|
316 |
|
|
314 | 317 |
import: _always import-msg inputs/import ; |
315 | 318 |
import-msg: _always |
316 | 319 |
@echo $(emph)"To import all inputs at once:"$(endEmph) . bin/import_all |
Also available in: Unified diff
root Makefile: Datasources: Added inputs/install override which runs `. bin/reinstall_all` instead, in order to install all datasources simultaneously