/[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 2 - (hide annotations)
Thu Apr 26 19:25:45 2007 UTC (16 years, 11 months ago) by dpavlin
File size: 138 byte(s)
first try at (partly) fixing broken NSK encoding
1 dpavlin 1 db=zoom
2    
3     all:
4     dropdb ${db} || true
5 dpavlin 2 # createdb --encoding=utf-8 ${db}
6     createdb ${db}
7 dpavlin 1 createlang plperlu ${db}
8     psql -x ${db} < zoom.sql

  ViewVC Help
Powered by ViewVC 1.1.26