Revision 13359
Added by Aaron Marcuse-Kubitza over 10 years ago
Makefile | ||
---|---|---|
23 | 23 |
##### Installation |
24 | 24 |
|
25 | 25 |
# public must be installed *after* inputs because some views depend on inputs |
26 |
# schemas/public/install also tests that a clean public schema will be |
|
27 |
# installable by full-database import |
|
26 | 28 |
install: _always config core mysql inputs/download/live inputs/install \ |
27 | 29 |
schemas/public/install |
28 | 30 |
@$(done) |
Also available in: Unified diff
/Makefile: install: documented that schemas/public/install also tests that a clean public schema will be installable by full-database import