/[bfilter]/trunk/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/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25 - (hide annotations)
Wed Sep 15 15:30:04 2004 UTC (19 years, 7 months ago) by dpavlin
File size: 268 byte(s)
major refacture: 0 element is searched, all others can be used in result
function to generate html specific to one result. All that will be displayed
by calling display function which can add additional markup before or after
results.

1 dpavlin 7 all: bfilter.pl DescriptorHR.txt
2     ./bfilter.pl < DescriptorHR.txt > DescriptorHR.js
3 dpavlin 1
4     bak:
5     cd .. && tar cfvpz bfilter-`date +%Y%m%d-%H%M`.tar.gz bfilter/
6    
7 dpavlin 24 combo:
8 dpavlin 25 head -10000 /usr/share/dict/words | sed 's/^\(.*\)/\1\t\1/' | ./bfilter.pl 2 2>/dev/null > combo-test.js

  ViewVC Help
Powered by ViewVC 1.1.26