/[registar]/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dpavlin, Tue Jun 19 08:15:43 2001 UTC revision 1.2 by dpavlin, Tue Jun 19 10:10:48 2001 UTC
# Line 15  drop: Line 15  drop:
15  insert:  insert:
16          psql $(db) < $(db).sql          psql $(db) < $(db).sql
17    
18  fill: drop create  shema:
19          psql $(db) < shema.sql          psql $(db) < shema.sql
20    
21    fill: drop create shema
22          ./convert.pl 2>/var/tmp/debug          ./convert.pl 2>/var/tmp/debug
23    
24  fill2:  fill2:

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.26