[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / Doc

Diff for /OpenXM/src/kan96xx/Doc/Attic/Makefile between version 1.9 and 1.10

version 1.9, 2003/09/11 00:52:04 version 1.10, 2003/12/05 07:53:10
Line 1 
Line 1 
 ## $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  ########## Documents
 OpenXM_HOME=../../..  OpenXM_HOME=../../..
 OpenXM_doc=$(OpenXM_HOME)/doc  OpenXM_doc=$(OpenXM_HOME)/doc
Line 6  OpenXM_lib=${OpenXM_HOME}/lib
Line 6  OpenXM_lib=${OpenXM_HOME}/lib
 DVIPS=dvips -f  DVIPS=dvips -f
 CC=gcc  CC=gcc
 LATEX2HTML=latex2html  LATEX2HTML=latex2html
   OXWEAVE=${OpenXM_HOME}/bin/oxweave --recursive --plain
   
 all : ttt.tex onlinehelp.tex  all : ttt.tex onlinehelp.tex
         echo "The document kan/example is in the file ttt.tex."          echo "The document kan/example is in the file ttt.tex."
Line 32  make-html-document : onlinehelp.tex ttt.tex
Line 33  make-html-document : onlinehelp.tex ttt.tex
         -${LATEX2HTML} onlinehelp          -${LATEX2HTML} onlinehelp
         -${LATEX2HTML} ttt          -${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.oxw >>oxshell-ja.tex
 ###  ###
 install-document :  install-document :
         @if [ ! -f ./.done_install-document ] ; \          @if [ ! -f ./.done_install-document ] ; \
Line 57  clean-OpenXM-doc : 
Line 62  clean-OpenXM-doc : 
   
 ########## cleaning  ########## cleaning
 clean:  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:  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  distclean: clean clean-document
 ########### kan/library  ########### kan/library

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>