Project

General

Profile

« Previous | Next » 

Revision 541

Create schemas/vegbien.for_wiki.sql from schemas/vegbien.for_ERD.sql

View differences:

Makefile
5 5

  
6 6
#####
7 7

  
8
all = vegbien.sql vegbien_empty.sql vegbien.for_ERD.my.sql
8
all = vegbien.sql vegbien_empty.sql vegbien.for_ERD.my.sql vegbien.for_wiki.sql
9 9

  
10 10
all: _always $(all) ;
11 11

  
......
35 35

  
36 36
#####
37 37

  
38
repl = ../bin/repl <$+ >$@
39

  
38 40
%.my.sql: %.sql ../lib/PostgreSQL-MySQL.csv
39
	../bin/repl <$+ >$@
41
	$(repl)
42

  
43
%.for_wiki.sql: %.for_ERD.sql ../lib/ERD-wiki.csv
44
	$(repl)

Also available in: Unified diff