/[notice-sender]/trunk/Makefile.PL
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 /trunk/Makefile.PL

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

revision 21 by dpavlin, Sun May 15 21:35:15 2005 UTC revision 26 by dpavlin, Mon May 16 14:01:55 2005 UTC
# Line 37  tags: Line 37  tags:
37  db=notices  db=notices
38    
39  init:  init:
40          dropdb $(db)          dropdb $(db) || true
41          createdb $(db)          createdb $(db)
42          psql $(db) < schema.sql          psql $(db) < schema.sql
43    

Legend:
Removed from v.21  
changed lines
  Added in v.26

  ViewVC Help
Powered by ViewVC 1.1.26