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

Annotation of /trunk/data/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 50 - (hide 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 dpavlin 6 all:
2     @echo "make index|test"
3    
4    
5     index:
6 dpavlin 46 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 dpavlin 29 ./indexer.pl
9    
10 dpavlin 50 perl:
11     @echo "this target moved to test"
12 dpavlin 6 test:
13     estcmd search -vf casket/ 'blade runner'
14    
15     clean:
16     rm -Rf trivia casket

  ViewVC Help
Powered by ViewVC 1.1.26