| version 1.2, 2000/01/21 10:34:33 |
version 1.4, 2000/03/14 02:21:40 |
|
|
| # $OpenXM: OpenXM/src/ox_math/documents/Makefile,v 1.1 2000/01/20 07:47:30 ohara Exp $ |
# $OpenXM: OpenXM/src/ox_math/documents/Makefile,v 1.3 2000/01/21 10:56:56 ohara Exp $ |
| |
|
| ## platex is a localized tex compiler for Japanese language. |
## platex is a localized tex compiler for Japanese language. |
| ## ox_math.tex is written in Japanese by the EUC-JP coded character set. |
## ox_math.tex is written in Japanese by the EUC-JP coded character set. |
| ## Therefore, we need platex, which supports the EUC-JP, to compile it. |
## Therefore, we need platex, which supports the EUC-JP, to compile it. |
| |
|
| OpenXM_HOME = ../../.. |
OpenXM_HOME = ../../.. |
| |
OXWEAVE = ${OpenXM_HOME}/bin/oxweave |
| LATEX = latex |
LATEX = latex |
| PLATEX = platex |
PLATEX = platex |
| DOCUMENTS = math2ox.tex math2ox.dvi ox_math.tex ox_math.dvi readme.jp samplelog-sm1.txt |
DOCUMENTS = math2ox.tex math2ox.dvi ox_math.tex ox_math.dvi readme-jp readme-eg samplelog-sm1.txt |
| |
|
| all: ${DOCUMENTS} |
all: ${DOCUMENTS} |
| |
|
| Line 19 ox_math.dvi: ox_math.tex |
|
| Line 20 ox_math.dvi: ox_math.tex |
|
| ${PLATEX} ox_math.tex |
${PLATEX} ox_math.tex |
| ${PLATEX} ox_math.tex |
${PLATEX} ox_math.tex |
| |
|
| |
readme-jp: readme.oxweave |
| |
${OXWEAVE} ja < readme.oxweave > readme-jp |
| |
|
| |
readme-eg: readme.oxweave |
| |
${OXWEAVE} en < readme.oxweave > readme-eg |
| |
|
| |
|
| install: install-document install-binary |
install: install-document install-binary |
| |
|
| install-binary: |
install-binary: |
| Line 32 install-document: ${DOCUMENTS} |
|
| Line 40 install-document: ${DOCUMENTS} |
|
| cp -f ${DOCUMENTS} ${OpenXM_HOME}/doc/ox_math/ |
cp -f ${DOCUMENTS} ${OpenXM_HOME}/doc/ox_math/ |
| |
|
| clean: |
clean: |
| -rm -f *~ *.log *.aux *.dvi |
|
| |
|
| |
-rm -f *~ *.log *.aux *.dvi readme-jp readme-eg math2ox.?? *.fns *.toc |