Revision 380
Added by Aaron Marcuse-Kubitza almost 13 years ago
mappings/schemas/vegbien.sql.make | ||
---|---|---|
1 |
#!/bin/sh |
|
2 |
# Creates vegbien.sql by dumping the vegbien db |
|
3 |
|
|
4 |
selfDir="$(dirname -- "$0")" |
|
5 |
|
|
6 |
exec "$selfDir/../../bin/postgres_vegbien" pg_dump --schema-only --no-owner \ |
|
7 |
--no-privileges |
|
0 | 8 |
mappings/Makefile | ||
---|---|---|
25 | 25 |
clean: _not_file |
26 | 26 |
$(RM) $(all) |
27 | 27 |
|
28 |
%:: %.make |
|
29 |
./$< >$@ |
|
30 |
.PRECIOUS: % |
|
31 |
|
|
28 | 32 |
##### |
29 | 33 |
|
30 | 34 |
misc: $(misc) |
Also available in: Unified diff
Regenerate vegbien.sql by dumping the vegbien db