[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.4

version 1.1, 2000/01/18 01:33:48 version 1.4, 2000/01/20 07:25:25
Line 1 
Line 1 
 # $OpenXM$  # $OpenXM: OpenXM/doc/OpenXM-web/Makefile,v 1.3 2000/01/18 07:30:12 takayama Exp $
 #  #
 WEBKOBE=/home/web/OpenXM  WEBKOBE=/home/web/OpenXM
   WEBKOBE1=/home/web/OpenXM/20000124
 OpenXM_doc=../.  OpenXM_doc=../.
   OpenXM_spec=../../src/kxx
   DVIPS=dvips -f
   
 all :  all : install-web-kobe
   
 install-web-kobe :  index.html  install-web-kobe :  $(WEBKOBE)/index.html $(WEBKOBE)/issac2000.ps $(WEBKOBE1)/cmotag.h $(WEBKOBE1)/oxMessageTag.h $(WEBKOBE1)/smCommand.h $(WEBKOBE1)/openxm-eg.ps $(WEBKOBE1)/openxm-jp.ps $(WEBKOBE1)/install-eg.txt $(WEBKOBE1)/install-jp.txt
   
   $(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)
   
   $(WEBKOBE1)/cmotag.h : cmotag.h
           cp -f cmotag.h $(WEBKOBE1)
   
   $(WEBKOBE1)/oxMessageTag.h : oxMessageTag.h
           cp -f oxMessageTag.h $(WEBKOBE1)
   
   $(WEBKOBE1)/smCommand.h : smCommand.h
           cp -f smCommand.h $(WEBKOBE1)
   
   $(WEBKOBE1)/openxm-eg.ps : $(OpenXM_spec)/openxxx.tex
           -rm -f $(WEBKOBE1)/openxm-eg.ps
           -(cd $(OpenXM_spec) ; make doc ; latex openxm-eg ; latex openxm-eg)
           -$(DVIPS) $(OpenXM_spec)/openxm-eg >$(WEBKOBE1)/openxm-eg.ps
   
   $(WEBKOBE1)/openxm-jp.ps : $(OpenXM_spec)/openxxx.tex
           -rm -f $(WEBKOBE1)/openxm-jp.ps
           -(cd $(OpenXM_spec) ; make doc ; platex openxm-jp ; platex openxm-jp)
           -$(DVIPS) $(OpenXM_spec)/openxm-jp >$(WEBKOBE1)/openxm-jp.ps
   
   $(WEBKOBE1)/install-eg.txt : $(OpenXM_doc)/install-eg.txt
           -cp $(OpenXM_doc)/install-eg.txt $(WEBKOBE1)
   
   $(WEBKOBE1)/install-jp.txt : $(OpenXM_doc)/install-jp.txt
           -cp $(OpenXM_doc)/install-jp.txt $(WEBKOBE1)
   $(OpenXM_doc)/install-eg.txt : $(OpenXM_doc)/install.oxweave
           ( cd $(OpenXM_doc) ; make )
   $(OpenXM_doc)/install-jp.txt : $(OpenXM_doc)/install.oxweave
           ( cd $(OpenXM_doc) ; make )
   
   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

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

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