Revision 8113
Added by Aaron Marcuse-Kubitza almost 12 years ago
inputs/input.Makefile | ||
---|---|---|
280 | 280 |
|
281 | 281 |
%/reinstall: _always %/uninstall %/install ; |
282 | 282 |
|
283 |
postprocess: _always $(allTables:%=%/postprocess.sql/run) ; |
|
284 |
|
|
283 | 285 |
cleanup: _always $(tables:%=%/cleanup) ; |
284 | 286 |
|
285 | 287 |
# WARNING: This removes any index comments, due to a PostgreSQL bug. |
Also available in: Unified diff
inputs/input.Makefile: Staging tables installation: Added postprocess target, which runs all the postprocess.sql files