=================================================================== RCS file: /home/cvs/OpenXM/src/kan96xx/Doc/Attic/Makefile,v retrieving revision 1.6 retrieving revision 1.10 diff -u -p -r1.6 -r1.10 --- OpenXM/src/kan96xx/Doc/Attic/Makefile 2001/08/12 07:44:34 1.6 +++ OpenXM/src/kan96xx/Doc/Attic/Makefile 2003/12/05 07:53:10 1.10 @@ -1,11 +1,12 @@ -## $OpenXM: OpenXM/src/kan96xx/Doc/Makefile,v 1.5 2000/12/25 06:19:10 takayama Exp $ +## $OpenXM: OpenXM/src/kan96xx/Doc/Makefile,v 1.9 2003/09/11 00:52:04 takayama Exp $ ########## Documents -TOPDIR=../../../../OpenXM -OpenXM_ROOT=${TOPDIR} -OpenXM_doc=$(OpenXM_ROOT)/doc +OpenXM_HOME=../../.. +OpenXM_doc=$(OpenXM_HOME)/doc +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." @@ -19,7 +20,7 @@ ttt.tex : ex.tex ole cv0.sm1 cv2.sm1 gbelim.sm1 gblex. ./ole ttt.tex onlinehelp.tex : - -./printOnlineHelp + -./printOnlineHelp ${OpenXM_lib} onlinehelp.dvi : onlinehelp.tex -latex onlinehelp @@ -32,8 +33,21 @@ 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 : onlinehelp.dvi ttt.dvi clean-OpenXM-doc make-html-document +install-document : + @if [ ! -f ./.done_install-document ] ; \ + then \ + make install-document2 ; \ + touch ./.done_install-document ; \ + else \ + echo "NOTE: Install-document is already done. Remove .done_install-document for a new install-document." ; \ + fi + +install-document2 : onlinehelp.dvi ttt.dvi clean-OpenXM-doc make-html-document mkdir $(OpenXM_doc)/kan96xx touch $(OpenXM_doc)/kan96xx/DO_NOT_EDIT_THIS_DIRECTORY._ALL_FILES_ARE_AUTOMATICDALLY_GENERATED. -cp ttt.tex $(OpenXM_doc)/kan96xx/intro.tex @@ -48,11 +62,12 @@ 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 + -/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 + -/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 CC=gcc KAN_HOME=../Kan