/[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 6 - (show annotations)
Fri May 20 21:29:39 2005 UTC (19 years ago) by dpavlin
File size: 185 byte(s)
make test database from IMDB's trivia

1 all:
2 @echo "make index|test"
3
4
5 index:
6 mkdir trivia
7 ./convert.pl
8 estcmd gather -cs 128 casket/ trivia/
9
10 test:
11 estcmd search -vf casket/ 'blade runner'
12
13 clean:
14 rm -Rf trivia casket

  ViewVC Help
Powered by ViewVC 1.1.26