Project

General

Profile

« Previous | Next » 

Revision 275

Makefile: Fixed paths to mappings dir for new scripts dir location

View differences:

Makefile
82 82
#####
83 83

  
84 84
db: _not_file
85
	$(psqlAsAdmin) <../mappings/schemas/vegbien.sql
85
	$(psqlAsAdmin) <mappings/schemas/vegbien.sql
86 86

  
87 87
rm_db: _not_file
88 88
	echo "DROP DATABASE IF EXISTS vegbien;"|$(psqlAsAdmin)
......
90 90
reinstall_db: _not_file rm_db db
91 91

  
92 92
empty_db: _not_file
93
	$(psqlAsBien) <../mappings/schemas/vegbien_empty.sql
93
	$(psqlAsBien) <mappings/schemas/vegbien_empty.sql
94 94

  
95 95
#####
96 96

  

Also available in: Unified diff