/[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 579 - (hide annotations)
Mon Nov 1 22:15:41 2004 UTC (19 years, 5 months ago) by dpavlin
File size: 2190 byte(s)
make iframes after first level of tree

1 dpavlin 482 dir=/data/webpac2/out
2    
3 dpavlin 493 all: clean all2all bfilter
4 dpavlin 480
5     all2all:
6 dpavlin 446 rm -f log
7 dpavlin 579 ./all2all.pl
8 dpavlin 530 # ./all2all.pl --limit_mfn=500 #--start_mfn=2200
9 dpavlin 579 # ./all2all.pl --limit_mfn=100 #--start_mfn=2200
10 dpavlin 389
11 dpavlin 480 bfilter:
12     # re-create bfilters
13 dpavlin 482 cd out/bfilter && ./bfilter.pl 2 < DescriptorHR.txt > ${dir}/DescriptorHR.js 2>/dev/null && cd -
14     echo "if (self.document.myfilter) self.document.myfilter.arr=headlines;" >> ${dir}/DescriptorHR.js
15     cd out/bfilter && ./bfilter.pl 2 < DescriptorEN.txt > ${dir}/DescriptorEN.js 2>/dev/null && cd -
16     echo "if (self.document.myfilter) self.document.myfilter.arr=headlines;" >> ${dir}/DescriptorEN.js
17     cd out/bfilter && ./bfilter.pl 2 < DescriptorFR.txt > ${dir}/DescriptorFR.js 2>/dev/null && cd -
18     echo "if (self.document.myfilter) self.document.myfilter.arr=headlines;" >> ${dir}/DescriptorFR.js
19     cd out/bfilter && ./bfilter.pl 2 < DescriptorGE.txt > ${dir}/DescriptorGE.js 2>/dev/null && cd -
20     echo "if (self.document.myfilter) self.document.myfilter.arr=headlines;" >> ${dir}/DescriptorGE.js
21 dpavlin 480
22 dpavlin 1 clean:
23 dpavlin 6 rm -f *.bak *.temp
24 dpavlin 405 rm -Rf out/index/*
25 dpavlin 413 find out/thes -name "*.html" -exec rm {} \;
26     rm -f out/bfilter/*.txt
27 dpavlin 530 rm -f out/browse.html eurovoc/hijerarhija.html
28 dpavlin 572 rm -f out/nodes/* eurovoc/nodes/*
29 dpavlin 3
30 dpavlin 405 test:
31     @find out/index/ -name "*.xml" | xargs xmllint --noout 2>&1 | head -10
32    
33 dpavlin 162 profile:
34 dpavlin 389 perl -d:DProf ./all2all.pl
35     #dprofpp
36 dpavlin 235
37 dpavlin 421 profile2:
38     perl -d:SmallProf ./all2all.pl
39     sort -k 2nr,2 smallprof.out | vi -R -
40    
41 dpavlin 429 html:
42     pods2html lib html
43    
44 dpavlin 521 symlinks:
45     cd eurovoc/js && ls ../../out/js/* | grep -v usage.js | xargs -i ln -sf {}
46     ln -sf ../../out/bfilter/bfilter.js eurovoc/js/bfilter.js
47 dpavlin 525 ln -sf ../out/thes eurovoc/thes
48 dpavlin 521 cd eurovoc && ls ../out/Descriptor* | xargs -i ln -sf {}
49     cd eurovoc/index && ls -d ../../out/index/* | xargs -i ln -sf {}
50 dpavlin 542 #ln -sf ../../out/js_locale/locale.js eurovoc/js/locale.js
51 dpavlin 521
52 dpavlin 235 ver=`date +%Y%m%d`
53    
54     dist:
55 dpavlin 317 svn log -v > ChangeLog
56 dpavlin 235 rm -Rf webpac-$(ver)
57     mkdir webpac-$(ver)
58 dpavlin 317 svn ls -R | cpio -pvd webpac-$(ver)/
59 dpavlin 235 tar cfvz ../webpac-$(ver).tar.gz webpac-$(ver)/
60     rm -Rf webpac-$(ver)
61    
62 dpavlin 438 tags:
63     ctags *.p[lm] */*.p[lm] */*/*.p[lm] */*/*/*.p[lm]
64 dpavlin 532
65     zip:
66 dpavlin 542 zip -9r eurovoc.zip eurovoc/ -x '*.svn*'
67    
68     iso:
69     mkisofs -o eurovoc.iso -f -J -r -V Eurovoc -v -m '*.svn*' eurovoc/

Properties

Name Value
cvs2svn:cvs-rev 1.6

  ViewVC Help
Powered by ViewVC 1.1.26