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

Contents of /trunk2/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 441 - (show annotations)
Tue Sep 14 17:07:59 2004 UTC (19 years, 6 months ago) by dpavlin
File size: 768 byte(s)
refactore tree generation into WebPAC::Tree

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

Properties

Name Value
cvs2svn:cvs-rev 1.6

  ViewVC Help
Powered by ViewVC 1.1.26