Revision 10860
Added by Aaron Marcuse-Kubitza over 11 years ago
input.Makefile | ||
---|---|---|
518 | 518 |
echo "UPDATE source SET shortname = '$*' WHERE shortname = '$(datasrc)';"\ |
519 | 519 |
|$(psqlAsBien) |
520 | 520 |
|
521 |
%/publish: _always # usage: make inputs/src/src.version/publish |
|
522 |
echo "SELECT datasource_publish('$*');"|$(psqlAsBien) |
|
523 |
|
|
521 | 524 |
##### Testing |
522 | 525 |
|
523 | 526 |
testRefOutput = $(subst .by_col,,$(1)) |
Also available in: Unified diff
inputs/input.Makefile: added %/publish (`make inputs/src/src.version/publish`)