Revision 10869
Added by Aaron Marcuse-Kubitza about 11 years ago
input.Makefile | ||
---|---|---|
419 | 419 |
|
420 | 420 |
import: $(importTables:%=%/import) _always ; |
421 | 421 |
|
422 |
import_publish: _always import publish ; # removes temp suffix when done |
|
423 |
|
|
422 | 424 |
rm: _always |
423 | 425 |
echo "SELECT datasource_rm('$(datasrc)');"|"time" $(psqlAsBien) |
424 | 426 |
|
Also available in: Unified diff
inputs/input.Makefile: added import_publish, which removes the temp suffix when the import is done