/[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

trunk/Makefile revision 162 by dpavlin, Thu Nov 20 21:20:57 2003 UTC trunk2/Makefile revision 429 by dpavlin, Sun Sep 12 17:21:47 2004 UTC
# Line 1  Line 1 
1    all: clean
2            ./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/*
8            find out/thes -name "*.html" -exec rm {} \;
9            rm -f out/bfilter/*.txt
10    
11    test:
12            @find out/index/ -name "*.xml" | xargs xmllint --noout 2>&1 | head -10
13    
14  profile:  profile:
15          perl -d:DProf './all2xml.pl' > foo          perl -d:DProf ./all2all.pl
16          dprofpp          #dprofpp
17    
18    profile2:
19            perl -d:SmallProf ./all2all.pl
20            sort -k 2nr,2 smallprof.out | vi -R -
21    
22    html:
23            pods2html lib html
24            
25    
26    ver=`date +%Y%m%d`
27    
28    dist:
29            svn log -v > ChangeLog
30            rm -Rf webpac-$(ver)
31            mkdir webpac-$(ver)
32            svn ls -R | cpio -pvd webpac-$(ver)/
33            tar cfvz ../webpac-$(ver).tar.gz webpac-$(ver)/
34            rm -Rf webpac-$(ver)
35    

Legend:
Removed from v.162  
changed lines
  Added in v.429

  ViewVC Help
Powered by ViewVC 1.1.26