/[webpac]/trunk2/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 /trunk2/Makefile

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

revision 454 by dpavlin, Wed Sep 15 22:36:23 2004 UTC revision 480 by dpavlin, Sun Sep 26 19:53:09 2004 UTC
# Line 1  Line 1 
1  all: clean  all: clean all2all bfiler
2    
3    all2all:
4          rm -f log          rm -f log
5  #       ./all2all.pl          ./all2all.pl
6          ./all2all.pl --limit_mfn=500 --start_mfn=8600  #       ./all2all.pl --limit_mfn=500 #--start_mfn=8600
7          cd out/bfilter && ./bfilter.pl < DescriptorHR.txt > DescriptorHR.js && cd -  
8    bfilter:
9            # re-create bfilters
10            cd out/bfilter && ./bfilter.pl 2 < DescriptorHR.txt > ../DescriptorHR.js 2>/dev/null && cd -
11            echo "if (self.document.myfilter) self.document.myfilter.arr=headlines;" >> out/DescriptorHR.js
12            cd out/bfilter && ./bfilter.pl 2 < DescriptorEN.txt > ../DescriptorEN.js 2>/dev/null && cd -
13            echo "if (self.document.myfilter) self.document.myfilter.arr=headlines;" >> out/DescriptorEN.js
14            cd out/bfilter && ./bfilter.pl 2 < DescriptorFR.txt > ../DescriptorFR.js 2>/dev/null && cd -
15            echo "if (self.document.myfilter) self.document.myfilter.arr=headlines;" >> out/DescriptorFR.js
16            cd out/bfilter && ./bfilter.pl 2 < DescriptorGE.txt > ../DescriptorGE.js 2>/dev/null && cd -
17            echo "if (self.document.myfilter) self.document.myfilter.arr=headlines;" >> out/DescriptorGE.js
18    
19  clean:  clean:
20          rm -f *.bak *.temp          rm -f *.bak *.temp

Legend:
Removed from v.454  
changed lines
  Added in v.480

  ViewVC Help
Powered by ViewVC 1.1.26