version 1.1, 2004/07/02 07:48:47 |
version 1.3, 2005/02/09 03:25:50 |
|
|
#$OpenXM$ |
#$OpenXM: OpenXM/src/asir-contrib/packages/doc/Makefile.in,v 1.2 2004/07/15 05:39:08 takayama Exp $ |
# targets |
# targets |
# all : |
# all : |
# Extracts all tex-info files from ../src/* and generate *.texi files. |
# Extracts all tex-info files from ../src/* and generate *.texi files. |
Line 52 SRC = base.oxweave calculus.oxweave complex.oxweave ds |
|
Line 52 SRC = base.oxweave calculus.oxweave complex.oxweave ds |
|
intro.oxweave m.oxweave matrix.oxweave misc.oxweave names.oxweave \ |
intro.oxweave m.oxweave matrix.oxweave misc.oxweave names.oxweave \ |
number.oxweave oxrfc100.oxweave pfp.oxweave phc.oxweave \ |
number.oxweave oxrfc100.oxweave pfp.oxweave phc.oxweave \ |
plucker.oxweave poly.oxweave print.oxweave series.oxweave sm1.oxweave \ |
plucker.oxweave poly.oxweave print.oxweave series.oxweave sm1.oxweave \ |
tigers.oxweave util.oxweave windows.oxweave |
tigers.oxweave util.oxweave windows.oxweave oxshell.oxweave |
|
|
ENSRCS = ${SRC:.oxweave=.en} opening.texi oxom.en |
ENSRCS = ${SRC:.oxweave=.en} opening.texi oxom.en |
JASRCS = ${SRC:.oxweave=.ja} opening.texi oxom.ja Diff-ja.texi Dmodule-ja.texi |
JASRCS = ${SRC:.oxweave=.ja} opening.texi oxom.ja Diff-ja.texi Dmodule-ja.texi |
ENAUTO= base-auto.en glib-auto.en matrix-auto.en number-auto.en pfp-auto.en \ |
ENAUTO= base-auto.en glib-auto.en matrix-auto.en number-auto.en pfp-auto.en \ |
plucker-auto.en poly-auto.en print-auto.en sm1-auto.en util-auto.en |
plucker-auto.en poly-auto.en print-auto.en sm1-auto.en util-auto.en \ |
|
oxshell-auto.en |
JAAUTO=${ENAUTO:.en=.ja} |
JAAUTO=${ENAUTO:.en=.ja} |
|
|
.SUFFIXES: .en .ja .oxweave .dvi .pdf |
.SUFFIXES: .en .ja .oxweave .dvi .pdf |
Line 183 util-auto.en : ${CONTRIB}/names.rr gentexi |
|
Line 184 util-auto.en : ${CONTRIB}/names.rr gentexi |
|
util-auto.ja : ${CONTRIB}/names.rr gentexi |
util-auto.ja : ${CONTRIB}/names.rr gentexi |
${RM} -f util-auto.ja |
${RM} -f util-auto.ja |
cat ${CONTRIB}/names.rr | ${OXWEAVE} usage | ./gentexi --category util --ja --upnode "Utility Functions" ${OPTGENTEXI} >util-auto.ja |
cat ${CONTRIB}/names.rr | ${OXWEAVE} usage | ./gentexi --category util --ja --upnode "Utility Functions" ${OPTGENTEXI} >util-auto.ja |
|
### oxshell |
|
oxshell-auto.en : ${CONTRIB}/oxshell.rr gentexi |
|
${RM} -f oxshell-auto.en |
|
cat ${CONTRIB}/oxshell.rr | ${OXWEAVE} usage | ./gentexi --category oxshell --en --upnode "Oxshell Functions" ${OPTGENTEXI} >oxshell-auto.en |
|
oxshell-auto.ja : ${CONTRIB}/oxshell.rr gentexi |
|
${RM} -f oxshell-auto.ja |
|
cat ${CONTRIB}/oxshell.rr | ${OXWEAVE} usage | ./gentexi --category oxshell --ja --upnode "Oxshell Functions" ${OPTGENTEXI} >oxshell-auto.ja |
|
|
### Generating online manual |
### Generating online manual |
gen-help-en: ${ENSRCS} ${ASIRDOC}/extract_func ${ENAUTO} |
gen-help-en: ${ENSRCS} ${ASIRDOC}/extract_func ${ENAUTO} |
|
|
install-help-ja: gen-help-ja |
install-help-ja: gen-help-ja |
${RM} -rf ${INSTALL_lib}/asir/help-jp/xm.help |
${RM} -rf ${INSTALL_lib}/asir/help-jp/xm.help |
mkdir ${INSTALL_lib}/asir/help-jp/xm.help |
mkdir ${INSTALL_lib}/asir/help-jp/xm.help |
-cp -f help-ja/* ${INSTALL_lib}/asir/help-jp/xm.help |
-cp -r -f help-ja/* ${INSTALL_lib}/asir/help-jp/xm.help |
install-help-en: gen-help-en |
install-help-en: gen-help-en |
${RM} -rf ${INSTALL_lib}/asir/help-eg/xm.help |
${RM} -rf ${INSTALL_lib}/asir/help-eg/xm.help |
mkdir ${INSTALL_lib}/asir/help-eg/xm.help |
mkdir ${INSTALL_lib}/asir/help-eg/xm.help |
-cp -f help-en/* ${INSTALL_lib}/asir/help-eg/xm.help |
-cp -r -f help-en/* ${INSTALL_lib}/asir/help-eg/xm.help |
|
|
install-html-help: gen-html-en gen-html-ja |
install-html-help: gen-html-en gen-html-ja |
-mkdir ${INSTALL_doc}/asir-contrib |
-mkdir ${INSTALL_doc}/asir-contrib |