version 1.1, 2007/09/29 06:00:46 |
version 1.4, 2009/02/22 17:30:03 |
|
|
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: |
|
|
(cd ${OpenXM_HOME}/src/asir-contrib/packages/doc ; make install-document) ; \ |
(cd ${OpenXM_HOME}/src/asir-contrib/packages/doc ; make install-document) ; \ |
touch .build-documents_done ; \ |
touch .build-documents_done ; \ |
fi |
fi |
|
gendoc: gendoc.c |
|
gcc -o gendoc gendoc.c |
|
|
build-utf8-asir: build-documents |
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 33 build-utf8-asir: build-documents |
|
Line 35 build-utf8-asir: build-documents |
|
@echo "--------------------------------------------------------------------------" |
@echo "--------------------------------------------------------------------------" |
#build-utf8-asir-contrib: not yet |
#build-utf8-asir-contrib: not yet |
|
|
|
install-html-en-to-cfep: |
|
mkdir -p ${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 |
mkdir -p ${OpenXM_HOME}/doc/cfep/pdf |
|
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:this05/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 |
|
mkdir -p ${OpenXM_HOME}/doc/cfep/pdf |
-scp taka@lemon.math.kobe-u.ac.jp:/home/web/OpenXM/Current/doc/asir-contrib/ja/yang_tutorial-ja.pdf ${OpenXM_HOME}/doc/cfep/pdf |
-scp taka@lemon.math.kobe-u.ac.jp:/home/web/OpenXM/Current/doc/asir-contrib/ja/yang_tutorial-ja.pdf ${OpenXM_HOME}/doc/cfep/pdf |
-scp taka@lemon.math.kobe-u.ac.jp:/home/web/OpenXM/Current/doc/asir-contrib/en/dualgraph-manual.pdf ${OpenXM_HOME}/doc/cfep/pdf |
-scp taka@lemon.math.kobe-u.ac.jp:/home/web/OpenXM/Current/doc/asir-contrib/en/dualgraph-manual.pdf ${OpenXM_HOME}/doc/cfep/pdf |
-scp taka@lemon.math.kobe-u.ac.jp:/home/web/raj/Papers/002.pdf ${OpenXM_HOME}/doc/cfep/pdf/nk_mora.pdf |
-scp taka@lemon.math.kobe-u.ac.jp:/home/web/raj/Papers/002.pdf ${OpenXM_HOME}/doc/cfep/pdf/nk_mora.pdf |