/[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

Diff of /trunk/Makefile

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

revision 14 by dpavlin, Sat May 14 13:11:52 2005 UTC revision 15 by dpavlin, Sun May 15 16:25:01 2005 UTC
# Line 7  all: Line 7  all:
7    
8  html:  html:
9          pod2html sender.pl > help.html          pod2html sender.pl > help.html
10    
11    save:
12            pg_dump -c $(db) > $(db).sql
13    
14    load:
15            psql $(db) < $(db).sql

Legend:
Removed from v.14  
changed lines
  Added in v.15

  ViewVC Help
Powered by ViewVC 1.1.26