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

Annotation of /trunk2/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 415 - (hide annotations)
Wed Sep 8 15:30:07 2004 UTC (19 years, 6 months ago) by dpavlin
File size: 551 byte(s)
clean old data before generating new, create JavaScript indexes,
fix inserting into index

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

Properties

Name Value
cvs2svn:cvs-rev 1.6

  ViewVC Help
Powered by ViewVC 1.1.26