/[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 83 - (show annotations)
Wed Jan 17 22:30:14 2007 UTC (17 years, 4 months ago) by dpavlin
File size: 255 byte(s)
restructure IMDB trivia parser, added db target to create
trivia database in PostgreSQL
1 all:
2 @echo "make index|test"
3
4
5 index:
6 ./indexer.pl
7
8 perl:
9 @echo "this target moved to test"
10 test:
11 estcmd search -vf casket/ 'blade runner'
12
13 db:
14 dropdb trivia || true
15 createdb trivia
16 psql trivia < trivia.sql
17 ./db.pl
18
19 clean:
20 rm -Rf trivia/* casket

  ViewVC Help
Powered by ViewVC 1.1.26