Project

General

Profile

« Previous | Next » 

Revision 692

schemas/Makefile: Don't generate for_ERD DDLs because the ERD is now synced with the full schema

View differences:

Makefile
5 5

  
6 6
#####
7 7

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

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

  
......
40 39

  
41 40
%.my.sql: %.sql ../lib/PostgreSQL-MySQL.csv
42 41
	$(repl)
43

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

Also available in: Unified diff