Project

General

Profile

« Previous | Next » 

Revision 13475

fix: schemas/Makefile: vegbien.sql: also remake inputs/.TNRS/schema.sql since its contents change along with vegbien.sql

View differences:

Makefile
106 106
	# include schemas that depend on `public` so they are restored along with it
107 107
	unset version dump_opts; $(call pg_dump,public --schema='public_*')
108 108

  
109
vegbien.sql: public_.sql
109
vegbien.sql: public_.sql _always
110
	rm=1 ../inputs/.TNRS/schema.sql.run # its contents change along with this
110 111
	(cat public_.sql; schema=1 ../bin/pg_dump_vegbien all --schema='geoscrub' \
111 112
--schema='"TNRS"' --exclude-table='*."~"*' --exclude-table='*.*\y"Source"\y*') \
112 113
>$@

Also available in: Unified diff