[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.6 and 1.7

version 1.6, 2000/01/21 10:00:21 version 1.7, 2000/01/24 07:21:07
Line 1 
Line 1 
 # $OpenXM: OpenXM/doc/OpenXM-web/Makefile,v 1.5 2000/01/21 08:23:44 takayama Exp $  # $OpenXM: OpenXM/doc/OpenXM-web/Makefile,v 1.6 2000/01/21 10:00:21 takayama Exp $
 #  #
 WEBKOBE=/home/web/OpenXM  WEBKOBE=/home/web/OpenXM
 WEBKOBE1=/home/web/OpenXM/20000124  WEBKOBE1=/home/web/OpenXM/20000124
Line 19  copy-doc :
Line 19  copy-doc :
   
   
   
 install-web-kobe :  $(WEBKOBE)/index.html $(WEBKOBE)/issac2000.ps $(WEBKOBE1)/cmotag.h $(WEBKOBE1)/oxMessageTag.h $(WEBKOBE1)/smCommand.h  $(WEBKOBE1)/install-eg.txt $(WEBKOBE1)/install-jp.txt  install-web-kobe :  $(WEBKOBE)/index.html $(WEBKOBE)/issac2000.ps $(WEBKOBE1)/cmotag.h $(WEBKOBE1)/oxMessageTag.h $(WEBKOBE1)/smCommand.h  $(WEBKOBE1)/install-eg.txt $(WEBKOBE1)/install-jp.txt  $(WEBKOBE1)/ERRATA.html
   
 $(WEBKOBE)/index.html : index.html  $(WEBKOBE)/index.html : index.html
         cp -f index.html $(WEBKOBE)          cp -f index.html $(WEBKOBE)
Line 60  $(OpenXM_doc)/install-eg.txt : $(OpenXM_doc)/install.o
Line 60  $(OpenXM_doc)/install-eg.txt : $(OpenXM_doc)/install.o
         ( cd $(OpenXM_doc) ; make )          ( cd $(OpenXM_doc) ; make )
 $(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
           cp -f ERRATA.html $(WEBKOBE1)/ERRATA.html
   
 clean-web-kobe :  clean-web-kobe :
         -rm $(WEBKOBE)/index.html $(WEBKOBE)/issac2000.ps $(WEBKOBE1)/cmotag.h $(WEBKOBE1)/oxMessageTag.h $(WEBKOBE1)/smCommand.h $(WEBKOBE1)/openxm-eg.ps $(WEBKOBE1)/openxm-jp.ps          -rm $(WEBKOBE)/index.html $(WEBKOBE)/issac2000.ps $(WEBKOBE1)/cmotag.h $(WEBKOBE1)/oxMessageTag.h $(WEBKOBE1)/smCommand.h $(WEBKOBE1)/openxm-eg.ps $(WEBKOBE1)/openxm-jp.ps

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

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