[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-contrib / packages / doc / M

Diff for /OpenXM/src/asir-contrib/packages/doc/M/Makefile.in between version 1.4 and 1.5

version 1.4, 2009/02/15 09:42:27 version 1.5, 2009/02/20 03:05:26
Line 1 
Line 1 
 # $OpenXM: OpenXM/src/asir-contrib/packages/doc/M/Makefile.in,v 1.3 2009/02/15 02:19:40 takayama Exp $  # $OpenXM: OpenXM/src/asir-contrib/packages/doc/M/Makefile.in,v 1.4 2009/02/15 09:42:27 takayama Exp $
 PTEX=@PTEX@  PTEX=@PTEX@
 DVIPDF=@DVIPDF@  DVIPDF=@DVIPDF@
 # Original file was ../Makefile.common  # Original file was ../Makefile.common
Line 37  DVIPDF=@DVIPDF@
Line 37  DVIPDF=@DVIPDF@
 #  cf.  glib*  base*  #  cf.  glib*  base*
 ########################################################################  ########################################################################
 # They are configured and set by the upper level Makefile  # They are configured and set by the upper level Makefile
 INSTALL_doc=${OpenXM_HOME}/doc  INSTALL_doc=@prefix@/doc
 INSTALL_lib=${OpenXM_HOME}/lib  INSTALL_lib=@prefix@/lib
 OXWEAVE=${OpenXM_HOME}/bin/oxweave  OXWEAVE=@prefix@/bin/oxweave
 OXGENTEXI=${OpenXM_HOME}/bin/oxgentexi  OXGENTEXI=@prefix@/bin/oxgentexi
 OXREPLACE=${OpenXM_HOME}/bin/oxreplace  OXREPLACE=@prefix@/bin/oxreplace
 #  #
 OpenXM_ROOT=../../../../../../OpenXM  OpenXM_ROOT=../../../../../../OpenXM
 ASIRDOC=${OpenXM_ROOT}/src/asir-doc  ASIRDOC=${OpenXM_ROOT}/src/asir-doc

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

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