--- Makefile 2001/06/19 08:15:43 1.1 +++ Makefile 2001/06/19 10:10:48 1.2 @@ -15,8 +15,10 @@ insert: psql $(db) < $(db).sql -fill: drop create +shema: psql $(db) < shema.sql + +fill: drop create shema ./convert.pl 2>/var/tmp/debug fill2: