Revision 12747
Added by Aaron Marcuse-Kubitza almost 11 years ago
input.Makefile | ||
---|---|---|
292 | 292 |
"time" env no_search_path=1 ../$(bin)/psql_verbose_vegbien \ |
293 | 293 |
--set=table='"$(*D)"' --set=table_str=\''"$(*D)"'\')) |
294 | 294 |
|
295 |
%/postprocess.sql: %/map.csv $(thesaurus) |
|
295 |
%/postprocess.sql: %/map.csv $(thesaurus) _always
|
|
296 | 296 |
$(if $(wildcard $*/run),$(bin)/in_place $@ env text=1 $(bin)/repl $<;\ |
297 | 297 |
$(bin)/in_place $@ env text=1 $(bin)/repl $(thesaurus)) |
298 | 298 |
|
Also available in: Unified diff
inputs/input.Makefile: %/postprocess.sql: always run this, not just if the associated map spreadsheets change, to avoid needing to `touch` them to cause %/postprocess.sql to run