=================================================================== RCS file: /home/cvs/OpenXM/src/kan96xx/Doc/Attic/Makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- OpenXM/src/kan96xx/Doc/Attic/Makefile 2003/09/11 00:52:04 1.9 +++ OpenXM/src/kan96xx/Doc/Attic/Makefile 2003/12/05 07:53:10 1.10 @@ -1,4 +1,4 @@ -## $OpenXM: OpenXM/src/kan96xx/Doc/Makefile,v 1.8 2003/09/07 08:58:03 takayama Exp $ +## $OpenXM: OpenXM/src/kan96xx/Doc/Makefile,v 1.9 2003/09/11 00:52:04 takayama Exp $ ########## Documents OpenXM_HOME=../../.. OpenXM_doc=$(OpenXM_HOME)/doc @@ -6,6 +6,7 @@ OpenXM_lib=${OpenXM_HOME}/lib DVIPS=dvips -f CC=gcc LATEX2HTML=latex2html +OXWEAVE=${OpenXM_HOME}/bin/oxweave --recursive --plain all : ttt.tex onlinehelp.tex echo "The document kan/example is in the file ttt.tex." @@ -32,6 +33,10 @@ make-html-document : onlinehelp.tex ttt.tex -${LATEX2HTML} onlinehelp -${LATEX2HTML} ttt +oxshell-ja.tex: oxshell.oxw + rm -f oxshell-ja.tex + echo "%%DO NOT EDIT THIS FILE!" >oxshell-ja.tex + ${OXWEAVE} C ja >oxshell-ja.tex ### install-document : @if [ ! -f ./.done_install-document ] ; \ @@ -57,10 +62,10 @@ clean-OpenXM-doc : ########## cleaning clean: - -/bin/rm -rf ttt.* ole *.dvi *.aux *.log *~ kanlib1 onlinehelp.tex a.out bin/ox bin/oxlog bin/ox_sm1 onlinehelp ttt ./.done_install-document + -/bin/rm -rf ttt.* ole *.dvi *.aux *.log *~ kanlib1 onlinehelp.tex a.out bin/ox bin/oxlog bin/ox_sm1 onlinehelp ttt ./.done_install-document oxshell-ja.* oxshell-en.* clean-document: - -/bin/rm -rf ttt.* ole *.dvi *.aux *.log *~ kanlib1 onlinehelp.tex a.out onlinehelp ttt ./.done_install-document + -/bin/rm -rf ttt.* ole *.dvi *.aux *.log *~ kanlib1 onlinehelp.tex a.out onlinehelp ttt ./.done_install-document oxshell-ja.* oxshell-en.* distclean: clean clean-document ########### kan/library