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

Contents of /trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15 - (show annotations)
Sun May 15 16:25:01 2005 UTC (18 years, 11 months ago) by dpavlin
File size: 179 byte(s)
change in queue output, default name is blank, send option is now implemented

1 db=notices
2
3 all:
4 dropdb $(db)
5 createdb $(db)
6 psql $(db) < schema.sql
7
8 html:
9 pod2html sender.pl > help.html
10
11 save:
12 pg_dump -c $(db) > $(db).sql
13
14 load:
15 psql $(db) < $(db).sql

  ViewVC Help
Powered by ViewVC 1.1.26