/[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 454 - (show annotations)
Wed Sep 15 22:36:23 2004 UTC (19 years, 6 months ago) by dpavlin
File size: 778 byte(s)
new simplier implementation of WebPAC::Tree with support for recursion
(still buggy)

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:
8 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]

Properties

Name Value
cvs2svn:cvs-rev 1.6

  ViewVC Help
Powered by ViewVC 1.1.26