[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.42 and 1.43

version 1.42, 2003/03/27 11:16:45 version 1.43, 2003/09/02 14:34:17
Line 1 
Line 1 
 # $OpenXM: OpenXM/doc/OpenXM-web/Makefile,v 1.41 2003/03/26 13:26:01 takayama Exp $  # $OpenXM: OpenXM/doc/OpenXM-web/Makefile,v 1.42 2003/03/27 11:16:45 takayama Exp $
 #  #
   OpenXM_HOME=../..
   OpenXM_include=${OpenXM_HOME}/include
 OXHOME=/home/web/OpenXM  OXHOME=/home/web/OpenXM
 #OXHOME=/home/taka/afo/OpenXM    ## for test.  #OXHOME=/home/taka/afo/OpenXM    ## for test.
 CURRENT=${OXHOME}/Current  CURRENT=${OXHOME}/Current
Line 93  clean-everything: clean clean-top
Line 95  clean-everything: clean clean-top
 clean-en-html:  clean-en-html:
         -(cd ../OpenXM-specs ; make clean-en-done)          -(cd ../OpenXM-specs ; make clean-en-done)
         -(make -f Makefile-intro clean)          -(make -f Makefile-intro clean)
   
   install-exec: ${OpenXM_include}/ox/cmotag.h ${OpenXM_include}/ox/oxMessageTag.h ${OpenXM_include}/ox/smCommand.h
   ${OpenXM_include}/ox/cmotag.h: cmotag.h
           cp cmotag.h ${OpenXM_include}/ox
   ${OpenXM_include}/ox/oxMessageTag.h: oxMessageTag.h
           cp oxMessageTag.h ${OpenXM_include}/ox
   ${OpenXM_include}/ox/smCommand.h: smCommand.h
           cp smCommand.h ${OpenXM_include}/ox

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

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