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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (show annotations)
Thu Feb 17 18:41:22 2005 UTC (19 years, 2 months ago) by dpavlin
File size: 305 byte(s)
cleanup

1 dir=`pwd`
2
3 all:
4 psql test < pgswish.sql
5 psql -c "begin ; select plperlswish('foo','"${dir}"/index/test', 'a* or b* or c*', '', '') ; select * from foo ; drop table foo" test
6 cat test.sql | sed "s,##dir##,${dir}," | psql test
7
8 clean:
9 rm -Rf index
10
11 index:
12 mkdir index
13 swish-e -S fs -i . -f index/test

  ViewVC Help
Powered by ViewVC 1.1.26