[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.13 and 1.14

version 1.13, 2000/02/27 07:26:21 version 1.14, 2000/03/01 09:58:14
Line 1 
Line 1 
 # $OpenXM: OpenXM/doc/OpenXM-web/Makefile,v 1.12 2000/02/10 01:18:53 takayama Exp $  # $OpenXM: OpenXM/doc/OpenXM-web/Makefile,v 1.13 2000/02/27 07:26:21 takayama Exp $
 #  #
 WEBKOBE=/home/web/OpenXM  WEBKOBE=/home/web/OpenXM
 WEBKOBE1=/home/web/OpenXM/20000124  WEBKOBE1=/home/web/OpenXM/20000124
Line 78  copy-errata : 
Line 78  copy-errata : 
         cp -f ERRATA.html $(WEBKOBE1)/ERRATA.html          cp -f ERRATA.html $(WEBKOBE1)/ERRATA.html
 copy-index :  copy-index :
         cp -f index.html $(WEBKOBE1)/index.html          cp -f index.html $(WEBKOBE1)/index.html
   
   copy-errata-top :
           cp -f ERRATA.html $(WEBKOBE)/ERRATA.html
   copy-index-top :
           cp -f index.html $(WEBKOBE)/index.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.13  
changed lines
  Added in v.1.14

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