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

Diff of /trunk2/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 521 by dpavlin, Tue Oct 19 15:05:02 2004 UTC revision 572 by dpavlin, Mon Nov 1 14:55:16 2004 UTC
# Line 5  all: clean all2all bfilter Line 5  all: clean all2all bfilter
5  all2all:  all2all:
6          rm -f log          rm -f log
7  #       ./all2all.pl  #       ./all2all.pl
8          ./all2all.pl --limit_mfn=500 #--start_mfn=2200  #       ./all2all.pl --limit_mfn=500 #--start_mfn=2200
9            ./all2all.pl --limit_mfn=100
10    
11  bfilter:  bfilter:
12          # re-create bfilters          # re-create bfilters
# Line 23  clean: Line 24  clean:
24          rm -Rf out/index/*          rm -Rf out/index/*
25          find out/thes -name "*.html" -exec rm {} \;          find out/thes -name "*.html" -exec rm {} \;
26          rm -f out/bfilter/*.txt          rm -f out/bfilter/*.txt
27            rm -f out/browse.html eurovoc/hijerarhija.html
28            rm -f out/nodes/* eurovoc/nodes/*
29    
30  test:  test:
31          @find out/index/ -name "*.xml" | xargs xmllint --noout 2>&1 | head -10          @find out/index/ -name "*.xml" | xargs xmllint --noout 2>&1 | head -10
# Line 41  html: Line 44  html:
44  symlinks:  symlinks:
45          cd eurovoc/js && ls ../../out/js/* | grep -v usage.js | xargs -i ln -sf {}          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          ln -sf ../../out/bfilter/bfilter.js eurovoc/js/bfilter.js
47          ln -sf ../../out/bfilter/hide.js eurovoc/js/hide.js          ln -sf ../out/thes eurovoc/thes
48          cd eurovoc && ls ../out/Descriptor* | xargs -i ln -sf {}          cd eurovoc && ls ../out/Descriptor* | xargs -i ln -sf {}
49          cd eurovoc/index && ls -d ../../out/index/* | xargs -i ln -sf {}          cd eurovoc/index && ls -d ../../out/index/* | xargs -i ln -sf {}
50            #ln -sf ../../out/js_locale/locale.js eurovoc/js/locale.js
51    
52  ver=`date +%Y%m%d`  ver=`date +%Y%m%d`
53    
# Line 57  dist: Line 61  dist:
61    
62  tags:  tags:
63          ctags *.p[lm] */*.p[lm] */*/*.p[lm] */*/*/*.p[lm]          ctags *.p[lm] */*.p[lm] */*/*.p[lm] */*/*/*.p[lm]
64    
65    zip:
66            zip -9r eurovoc.zip eurovoc/ -x '*.svn*'
67    
68    iso:
69            mkisofs -o eurovoc.iso -f -J -r -V Eurovoc -v -m '*.svn*' eurovoc/

Legend:
Removed from v.521  
changed lines
  Added in v.572

  ViewVC Help
Powered by ViewVC 1.1.26