/[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

Annotation of /trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (hide annotations)
Thu Feb 17 17:57:02 2005 UTC (19 years, 3 months ago) by dpavlin
File size: 318 byte(s)
work from current directory

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

  ViewVC Help
Powered by ViewVC 1.1.26