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

Diff of /trunk/data/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 46 by dpavlin, Sun Sep 11 21:44:11 2005 UTC revision 50 by dpavlin, Fri Apr 14 16:17:19 2006 UTC
# Line 3  all: Line 3  all:
3    
4    
5  index:  index:
         test -d trivia || mkdir trivia  
         ./convert.pl  
         test -d casket && rm -Rf casket || true  
         estcmd gather -cs 64 casket/ trivia/  
         #estcmd optimize casket/  
   
 perl:  
         test -d casket && rm -Rf casket || true  
6          estcall raw -auth admin admin 'http://localhost:1978/master?action=nodedel&name=trivia' || true          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          estcall raw -auth admin admin 'http://localhost:1978/master?action=nodeadd&name=trivia&label=IMDB%20trivia' || true
8          ./indexer.pl          ./indexer.pl
9    
10    perl:
11            @echo "this target moved to test"
12  test:  test:
13          estcmd search -vf casket/ 'blade runner'          estcmd search -vf casket/ 'blade runner'
14    

Legend:
Removed from v.46  
changed lines
  Added in v.50

  ViewVC Help
Powered by ViewVC 1.1.26