[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.7 and 1.9

version 1.7, 2002/04/07 07:18:50 version 1.9, 2003/09/11 00:52:04
Line 1 
Line 1 
 ## $OpenXM: OpenXM/src/kan96xx/Doc/Makefile,v 1.6 2001/08/12 07:44:34 takayama Exp $  ## $OpenXM: OpenXM/src/kan96xx/Doc/Makefile,v 1.8 2003/09/07 08:58:03 takayama Exp $
 ########## Documents  ########## Documents
 TOPDIR=../../../../OpenXM  OpenXM_HOME=../../..
 OpenXM_ROOT=${TOPDIR}  OpenXM_doc=$(OpenXM_HOME)/doc
 OpenXM_doc=$(OpenXM_ROOT)/doc  OpenXM_lib=${OpenXM_HOME}/lib
 DVIPS=dvips -f  DVIPS=dvips -f
 CC=gcc  CC=gcc
 LATEX2HTML=latex2html  LATEX2HTML=latex2html
Line 19  ttt.tex : ex.tex ole cv0.sm1 cv2.sm1 gbelim.sm1 gblex.
Line 19  ttt.tex : ex.tex ole cv0.sm1 cv2.sm1 gbelim.sm1 gblex.
         ./ole <ex.tex >ttt.tex          ./ole <ex.tex >ttt.tex
   
 onlinehelp.tex :  onlinehelp.tex :
         -./printOnlineHelp          -./printOnlineHelp ${OpenXM_lib}
   
 onlinehelp.dvi : onlinehelp.tex  onlinehelp.dvi : onlinehelp.tex
         -latex onlinehelp          -latex onlinehelp
Line 62  clean:
Line 62  clean:
 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
   
   distclean: clean clean-document
 ########### kan/library  ########### kan/library
 CC=gcc  CC=gcc
 KAN_HOME=../Kan  KAN_HOME=../Kan

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

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