/[pg-zoom]/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

Annotation of /Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide annotations)
Thu Apr 26 18:50:59 2007 UTC (17 years ago) by dpavlin
File size: 121 byte(s)
initial import of Z39.50 support for PostgreSQL using ZOOM perl module

1 dpavlin 1 db=zoom
2    
3     all:
4     dropdb ${db} || true
5     createdb --encoding=utf-8 ${db}
6     createlang plperlu ${db}
7     psql -x ${db} < zoom.sql

  ViewVC Help
Powered by ViewVC 1.1.26