/[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 530 by dpavlin, Tue Oct 19 17:43:52 2004 UTC revision 542 by dpavlin, Sun Oct 24 23:02:48 2004 UTC
# Line 46  symlinks: Line 46  symlinks:
46          ln -sf ../out/thes eurovoc/thes          ln -sf ../out/thes eurovoc/thes
47          cd eurovoc && ls ../out/Descriptor* | xargs -i ln -sf {}          cd eurovoc && ls ../out/Descriptor* | xargs -i ln -sf {}
48          cd eurovoc/index && ls -d ../../out/index/* | xargs -i ln -sf {}          cd eurovoc/index && ls -d ../../out/index/* | xargs -i ln -sf {}
49            #ln -sf ../../out/js_locale/locale.js eurovoc/js/locale.js
50    
51  ver=`date +%Y%m%d`  ver=`date +%Y%m%d`
52    
# Line 59  dist: Line 60  dist:
60    
61  tags:  tags:
62          ctags *.p[lm] */*.p[lm] */*/*.p[lm] */*/*/*.p[lm]          ctags *.p[lm] */*.p[lm] */*/*.p[lm] */*/*/*.p[lm]
63    
64    zip:
65            zip -9r eurovoc.zip eurovoc/ -x '*.svn*'
66    
67    iso:
68            mkisofs -o eurovoc.iso -f -J -r -V Eurovoc -v -m '*.svn*' eurovoc/

Legend:
Removed from v.530  
changed lines
  Added in v.542

  ViewVC Help
Powered by ViewVC 1.1.26