version 1.10, 2007/09/30 00:25:22 |
version 1.15, 2010/07/31 22:59:44 |
|
|
dist-cfep: gentar install |
dist-cfep: gentar install |
rm -rf work |
rm -rf work |
mkdir work |
mkdir work |
|
-cp install.txt work |
(cd work ; (cd ${OpenXM_HOME}/.. ; \ |
(cd work ; (cd ${OpenXM_HOME}/.. ; \ |
tar cf - OpenXM/lib/libgc* OpenXM/lib/libgmp* OpenXM/rc \ |
tar cf - OpenXM/lib/libgc* OpenXM/lib/libgmp* OpenXM/rc \ |
OpenXM/bin/ox OpenXM/bin/ox_asir OpenXM/bin/asir \ |
OpenXM/bin/ox OpenXM/bin/ox_asir OpenXM/bin/asir \ |
OpenXM/lib/cfep OpenXM/lib/sm1/bin \ |
OpenXM/lib/cfep OpenXM/lib/sm1/bin \ |
OpenXM/doc/cfep ) | tar xvf -) |
OpenXM/doc/cfep ) | tar xvf -) |
(cd work ; (cd ${OpenXM_HOME}/.. ; \ |
(cd work ; (cd ${OpenXM_HOME}/.. ; \ |
tar cf - --exclude help --exclude help-jp --exclude help-eg OpenXM/lib/asir ) | tar xvf -) |
tar cf - --exclude help --exclude help-ja --exclude help-en OpenXM/lib/asir ) | tar xvf -) |
(cd work/OpenXM/rc ; make clean) |
(cd work/OpenXM/rc ; make clean) |
rm -rf work/OpenXM/lib/asir/help* work/OpenXM/lib/asir/cfep-init.rr |
rm -rf work/OpenXM/lib/asir/help* work/OpenXM/lib/asir/cfep-init.rr |
mkdir work/OpenXM/lib/asir-contrib |
mkdir work/OpenXM/lib/asir-contrib |
Line 69 dist-cfep: gentar install |
|
Line 70 dist-cfep: gentar install |
|
(cp ${OpenXM_HOME}/bin/nkf work/OpenXM/bin) |
(cp ${OpenXM_HOME}/bin/nkf work/OpenXM/bin) |
(cp ${OpenXM_HOME}/bin/sm1 work/OpenXM/bin) |
(cp ${OpenXM_HOME}/bin/sm1 work/OpenXM/bin) |
(cp ${OpenXM_HOME}/bin/ox_k0 work/OpenXM/bin) |
(cp ${OpenXM_HOME}/bin/ox_k0 work/OpenXM/bin) |
|
(cp ${OpenXM_HOME}/bin/ox_cpp work/OpenXM/bin) |
(mkdir -p work/OpenXM/lib/sm1 ; cp -r ${OpenXM_HOME}/lib/sm1/*.sm1 work/OpenXM/lib/sm1) |
(mkdir -p work/OpenXM/lib/sm1 ; cp -r ${OpenXM_HOME}/lib/sm1/*.sm1 work/OpenXM/lib/sm1) |
(cp ${OpenXM_HOME}/lib/sm1/*.asir work/OpenXM/lib/sm1) |
(cp ${OpenXM_HOME}/lib/sm1/*.asir work/OpenXM/lib/sm1) |
(cp -r ${OpenXM_HOME}/lib/sm1/Resource work/OpenXM/lib/sm1) |
(cp -r ${OpenXM_HOME}/lib/sm1/Resource work/OpenXM/lib/sm1) |
|
|
# Do it at orange2 |
# Do it at orange2 |
gentar-html: |
gentar-html: |
@if [ ! -f tmp-OpenXM-html.tar.gz ]; then \ |
@if [ ! -f tmp-OpenXM-html.tar.gz ]; then \ |
(cd /home/web/OpenXM/Current ; tar czvf - doc/asir2000/html-jp) >tmp-OpenXM-html.tar.gz ; \ |
(cd /home/web/OpenXM/Current ; tar czvf - doc/asir2000/html-ja) >tmp-OpenXM-html.tar.gz ; \ |
fi |
fi |
|
|
copy-intro-ja: |
copy-intro-ja: |