/[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.3 - (show annotations)
Wed Jun 6 09:04:28 2001 UTC (22 years, 10 months ago) by ravilov
Branch: MAIN
Changes since 1.2: +1 -1 lines
Popravio bazu (premalo mjesta za linkove).

1
2 db=fcproducts
3
4 all:
5 @echo dump,create,drop,insert,fill
6
7 dump:
8 pg_dump -c $(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