/[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 421 - (show annotations)
Fri Sep 10 22:24:42 2004 UTC (19 years, 6 months ago) by dpavlin
File size: 633 byte(s)
low_mem option for desktop class-machines

1 all: clean
2 ./all2all.pl
3 cd out/bfilter && ./bfilter.pl < DescriptorHR.txt > DescriptorHR.js && cd -
4
5 clean:
6 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:
15 perl -d:DProf ./all2all.pl
16 #dprofpp
17
18 profile2:
19 perl -d:SmallProf ./all2all.pl
20 sort -k 2nr,2 smallprof.out | vi -R -
21
22 ver=`date +%Y%m%d`
23
24 dist:
25 svn log -v > ChangeLog
26 rm -Rf webpac-$(ver)
27 mkdir webpac-$(ver)
28 svn ls -R | cpio -pvd webpac-$(ver)/
29 tar cfvz ../webpac-$(ver).tar.gz webpac-$(ver)/
30 rm -Rf webpac-$(ver)
31

Properties

Name Value
cvs2svn:cvs-rev 1.6

  ViewVC Help
Powered by ViewVC 1.1.26