/[inncomm]/.data/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 /.data/Makefile

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

revision 1.1.1.1 by dpavlin, Sat Nov 25 17:36:26 2000 UTC revision 1.2 by dpavlin, Fri Jan 5 13:31:34 2001 UTC
# Line 6  all: Line 6  all:
6  dump:  dump:
7          pg_dump $(db) > $(db).sql          pg_dump $(db) > $(db).sql
8    
9    dump2:
10            pg_dump -s $(db) > $(db).sql.prazno
11    
12  create:  create:
13          createdb $(db)          createdb $(db)
14  drop:  drop:

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

  ViewVC Help
Powered by ViewVC 1.1.26