/[gedafe]/trunk/network_topology/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/network_topology/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5 - (show annotations)
Tue Feb 15 01:04:08 2005 UTC (19 years, 1 month ago) by dpavlin
File size: 236 byte(s)
beginning of new css design

1 all:
2 @echo "usage: [db]"
3
4 db_name=network_topology
5
6 db:
7 # pg_dump --column-inserts --data-only ${db_name} > data.sql
8 dropdb ${db_name}
9 createdb ${db_name}
10 psql -q ${db_name} flow < ${db_name}.sql
11 psql -q ${db_name} flow < data.sql

  ViewVC Help
Powered by ViewVC 1.1.26