version 1.3, 2007/09/30 00:25:22 |
version 1.5, 2011/07/14 11:22:17 |
|
|
OpenXM_HOME=${HOME}/OX4/OpenXM |
OpenXM_HOME=${HOME}/OX4/OpenXM |
|
|
#Build the following html files. |
#Build the following html files. |
#${OpenXM_HOME}/doc/asir2000/html-jp/*.html |
#${OpenXM_HOME}/doc/asir2000/html-ja/*.html |
#${OpenXM_HOME}/doc/asir2000/html-exp-ja/*.html |
#${OpenXM_HOME}/doc/asir2000/html-exp-ja/*.html |
#${OpenXM_HOME}/doc/asir-contrib/ja/*-html/*.html |
#${OpenXM_HOME}/doc/asir-contrib/ja/*-html/*.html |
build-documents: |
build-documents: |
|
|
gcc -o gendoc gendoc.c |
gcc -o gendoc gendoc.c |
|
|
build-utf8-asir: gendoc build-documents install-html-en-to-cfep |
build-utf8-asir: gendoc build-documents install-html-en-to-cfep |
./gendoc ${OpenXM_HOME}/doc/asir2000/html-jp |
./gendoc ${OpenXM_HOME}/doc/asir2000/html-ja |
./gendoc ${OpenXM_HOME}/doc/asir2000/html-exp-ja |
./gendoc ${OpenXM_HOME}/doc/asir2000/html-exp-ja |
# copy png files if necessary. |
# copy png files if necessary. |
@echo "--------------------------------------------------------------------------" |
@echo "--------------------------------------------------------------------------" |
Line 37 build-utf8-asir: gendoc build-documents install-html-e |
|
Line 37 build-utf8-asir: gendoc build-documents install-html-e |
|
|
|
install-html-en-to-cfep: |
install-html-en-to-cfep: |
mkdir -p ${OpenXM_HOME}/doc/cfep |
mkdir -p ${OpenXM_HOME}/doc/cfep |
rsync -avz ${OpenXM_HOME}/doc/asir2000/html-eg ${OpenXM_HOME}/doc/cfep |
rsync -avz ${OpenXM_HOME}/doc/asir2000/html-en ${OpenXM_HOME}/doc/cfep |
|
|
install-pdf-to-cfep: install-pdf-to-cfep2 |
install-pdf-to-cfep: install-pdf-to-cfep2 |
cp ../Doc/Intro/next2.pdf ${OpenXM_HOME}/doc/cfep/pdf |
cp ../Doc/Intro/next2.pdf ${OpenXM_HOME}/doc/cfep/pdf |
-cp ${OpenXM_HOME}/doc/asir-contrib/ja/*.pdf ${OpenXM_HOME}/doc/cfep/pdf |
-cp ${OpenXM_HOME}/doc/asir-contrib/ja/*.pdf ${OpenXM_HOME}/doc/cfep/pdf |
######### Collect pdf document from the nextwork. Update this before distribution. |
######### Collect pdf document from the nextwork. Update this before distribution. |
-scp taka@lemon.math.kobe-u.ac.jp:this05/asir-book/main.pdf ${OpenXM_HOME}/doc/cfep/pdf/asir-book.pdf |
-scp taka@lemon.math.kobe-u.ac.jp:this11/asir-book/main.pdf ${OpenXM_HOME}/doc/cfep/pdf/asir-book.pdf |
|
|
install-pdf-to-cfep2: |
install-pdf-to-cfep2: |
rm -rf ${OpenXM_HOME}/doc/cfep/pdf |
rm -rf ${OpenXM_HOME}/doc/cfep/pdf |