[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / doc / OpenXM-web

Diff for /OpenXM/doc/OpenXM-web/Makefile between version 1.10 and 1.11

version 1.10, 2000/01/25 01:01:38 version 1.11, 2000/02/04 07:21:47
Line 1 
Line 1 
 # $OpenXM: OpenXM/doc/OpenXM-web/Makefile,v 1.9 2000/01/24 11:39:34 takayama Exp $  # $OpenXM: OpenXM/doc/OpenXM-web/Makefile,v 1.10 2000/01/25 01:01:38 takayama Exp $
 #  #
 WEBKOBE=/home/web/OpenXM  WEBKOBE=/home/web/OpenXM
 WEBKOBE1=/home/web/OpenXM/20000124  WEBKOBE1=/home/web/OpenXM/20000124
Line 72  $(OpenXM_doc)/install-eg.txt : $(OpenXM_doc)/install.o
Line 72  $(OpenXM_doc)/install-eg.txt : $(OpenXM_doc)/install.o
 $(OpenXM_doc)/install-jp.txt : $(OpenXM_doc)/install.oxweave  $(OpenXM_doc)/install-jp.txt : $(OpenXM_doc)/install.oxweave
         ( cd $(OpenXM_doc) ; make )          ( cd $(OpenXM_doc) ; make )
 $(WEBKOBE1)/ERRATA.html : ERRATA.html  $(WEBKOBE1)/ERRATA.html : ERRATA.html
           cp -f ERRATA.html $(WEBKOBE1)/ERRATA.html
   
   copy-errata :
         cp -f ERRATA.html $(WEBKOBE1)/ERRATA.html          cp -f ERRATA.html $(WEBKOBE1)/ERRATA.html
   
 clean-web-kobe :  clean-web-kobe :

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

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