[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.1 and 1.2

version 1.1, 2000/01/18 01:33:48 version 1.2, 2000/01/18 01:36:46
Line 1 
Line 1 
 # $OpenXM$  # $OpenXM: OpenXM/doc/OpenXM-web/Makefile,v 1.1 2000/01/18 01:33:48 takayama Exp $
 #  #
 WEBKOBE=/home/web/OpenXM  WEBKOBE=/home/web/OpenXM
 OpenXM_doc=../.  OpenXM_doc=../.
   
 all :  all : install-web-kobe
   
 install-web-kobe :  index.html  install-web-kobe :  $(WEBKOBE)/index.html $(WEBKOBE)/issac2000.ps
   
   $(WEBKOBE)/index.html : index.html
         cp -f index.html $(WEBKOBE)          cp -f index.html $(WEBKOBE)
   
   $(WEBKOBE)/issac2000.ps : $(OpenXM_doc)/issac2000/issac2000.ps
         cp -f $(OpenXM_doc)/issac2000/issac2000.ps $(WEBKOBE)          cp -f $(OpenXM_doc)/issac2000/issac2000.ps $(WEBKOBE)

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

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