[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.2 and 1.3

version 1.2, 2000/01/15 22:45:32 version 1.3, 2000/01/17 13:02:14
Line 1 
Line 1 
 ## $OpenXM$  ## $OpenXM: OpenXM/src/kan96xx/Doc/Makefile,v 1.2 2000/01/15 22:45:32 takayama Exp $
 ########## Documents  ########## Documents
 OpenXM_ROOT=../../../../OpenXM  OpenXM_ROOT=../../../../OpenXM
 OpenXM_doc=$(OpenXM_ROOT)/doc  OpenXM_doc=$(OpenXM_ROOT)/doc
Line 33  install-document : onlinehelp.dvi ttt.dvi clean-OpenXM
Line 33  install-document : onlinehelp.dvi ttt.dvi clean-OpenXM
         -$(DVIPS)  ttt >$(OpenXM_doc)/kan96xx/intro.ps          -$(DVIPS)  ttt >$(OpenXM_doc)/kan96xx/intro.ps
         -$(DVIPS) onlinehelp >$(OpenXM_doc)/kan96xx/onlinehelp.ps          -$(DVIPS) onlinehelp >$(OpenXM_doc)/kan96xx/onlinehelp.ps
   
 clean-OpenXM-doc : clean-document  clean-OpenXM-doc :
         -/bin/rm -rf $(OpenXM_doc)/kan96xx          -/bin/rm -rf $(OpenXM_doc)/kan96xx
   
 ########## cleaning  ########## cleaning

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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