/[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 413 - (show annotations)
Tue Sep 7 18:02:06 2004 UTC (19 years, 6 months ago) by dpavlin
File size: 468 byte(s)
create index files for bfilter

1 all:
2 ./all2all.pl
3
4 clean:
5 rm -f *.bak *.temp
6 rm -Rf out/index/*
7 find out/thes -name "*.html" -exec rm {} \;
8 rm -f out/bfilter/*.txt
9
10 test:
11 @find out/index/ -name "*.xml" | xargs xmllint --noout 2>&1 | head -10
12
13 profile:
14 perl -d:DProf ./all2all.pl
15 #dprofpp
16
17 ver=`date +%Y%m%d`
18
19 dist:
20 svn log -v > ChangeLog
21 rm -Rf webpac-$(ver)
22 mkdir webpac-$(ver)
23 svn ls -R | cpio -pvd webpac-$(ver)/
24 tar cfvz ../webpac-$(ver).tar.gz webpac-$(ver)/
25 rm -Rf webpac-$(ver)
26

Properties

Name Value
cvs2svn:cvs-rev 1.6

  ViewVC Help
Powered by ViewVC 1.1.26