/[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 405 by dpavlin, Sun Sep 5 17:53:35 2004 UTC revision 415 by dpavlin, Wed Sep 8 15:30:07 2004 UTC
# Line 1  Line 1 
1  all:  all: clean
2          ./all2all.pl          ./all2all.pl
3            cd out/bfilter && ./bfilter.pl < DescriptorHR.txt > DescriptorHR.js && cd -
4    
5  clean:  clean:
6          rm -f *.bak *.temp          rm -f *.bak *.temp
7          rm -Rf out/index/*          rm -Rf out/index/*
8            find out/thes -name "*.html" -exec rm {} \;
9            rm -f out/bfilter/*.txt
10    
11  test:  test:
12          @find out/index/ -name "*.xml" | xargs xmllint --noout 2>&1 | head -10          @find out/index/ -name "*.xml" | xargs xmllint --noout 2>&1 | head -10

Legend:
Removed from v.405  
changed lines
  Added in v.415

  ViewVC Help
Powered by ViewVC 1.1.26