/[fcproducts]/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 /Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (show annotations)
Wed Jun 6 10:54:22 2001 UTC (22 years, 9 months ago) by ravilov
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +1 -1 lines
Dodana POP3 i MD5 autorizacija, izbacena plaintext autorizacija.

1
2 db=fcproducts
3
4 all:
5 @echo dump,create,drop,insert,fill
6
7 dump:
8 pg_dump -c -O -D -N $(db) > $(db).sql
9
10 create:
11 createdb $(db)
12 drop:
13 psql -c "drop database $(db)" template1
14
15 insert:
16 cat $(db).sql | sed 's/::text//' | sed 's/::bool//' | psql $(db)
17
18 fill: drop create insert
19

  ViewVC Help
Powered by ViewVC 1.1.26