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

  ViewVC Help
Powered by ViewVC 1.1.26