/[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 1 by dpavlin, Sun Nov 24 20:52:11 2002 UTC trunk2/Makefile revision 454 by dpavlin, Wed Sep 15 22:36:23 2004 UTC
# Line 1  Line 1 
1    all: clean
2            rm -f log
3    #       ./all2all.pl
4            ./all2all.pl --limit_mfn=500 --start_mfn=8600
5            cd out/bfilter && ./bfilter.pl < DescriptorHR.txt > DescriptorHR.js && cd -
6    
7  clean:  clean:
8          rm -f *.bak          rm -f *.bak *.temp
9            rm -Rf out/index/*
10            find out/thes -name "*.html" -exec rm {} \;
11            rm -f out/bfilter/*.txt
12    
13    test:
14            @find out/index/ -name "*.xml" | xargs xmllint --noout 2>&1 | head -10
15    
16    profile:
17            perl -d:DProf ./all2all.pl
18            #dprofpp
19    
20    profile2:
21            perl -d:SmallProf ./all2all.pl
22            sort -k 2nr,2 smallprof.out | vi -R -
23    
24    html:
25            pods2html lib html
26            
27    
28    ver=`date +%Y%m%d`
29    
30    dist:
31            svn log -v > ChangeLog
32            rm -Rf webpac-$(ver)
33            mkdir webpac-$(ver)
34            svn ls -R | cpio -pvd webpac-$(ver)/
35            tar cfvz ../webpac-$(ver).tar.gz webpac-$(ver)/
36            rm -Rf webpac-$(ver)
37    
38    tags:
39            ctags *.p[lm] */*.p[lm] */*/*.p[lm] */*/*/*.p[lm]

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

  ViewVC Help
Powered by ViewVC 1.1.26