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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 50 - (show annotations)
Fri Apr 14 16:17:19 2006 UTC (18 years, 1 month ago) by dpavlin
File size: 387 byte(s)
remove direct database creation and use node API always via Search::Estraier

1 all:
2 @echo "make index|test"
3
4
5 index:
6 estcall raw -auth admin admin 'http://localhost:1978/master?action=nodedel&name=trivia' || true
7 estcall raw -auth admin admin 'http://localhost:1978/master?action=nodeadd&name=trivia&label=IMDB%20trivia' || true
8 ./indexer.pl
9
10 perl:
11 @echo "this target moved to test"
12 test:
13 estcmd search -vf casket/ 'blade runner'
14
15 clean:
16 rm -Rf trivia casket

  ViewVC Help
Powered by ViewVC 1.1.26