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

Diff for /OpenXM/src/asir-contrib/packages/doc/gnuplot/Makefile between version 1.2 and 1.3

version 1.2, 2007/09/29 07:29:29 version 1.3, 2009/02/21 22:09:12
Line 1 
Line 1 
 #$OpenXM: OpenXM/src/asir-contrib/packages/doc/gnuplot/Makefile,v 1.1 2005/04/13 22:23:41 takayama Exp $  #$OpenXM: OpenXM/src/asir-contrib/packages/doc/gnuplot/Makefile,v 1.2 2007/09/29 07:29:29 takayama Exp $
   
 # Name of this document.  # Name of this document.
 MYNAME=gnuplot  MYNAME=gnuplot
   
 SRC = gnuplot.oxw  
   
 ENSRCS = ${SRC:.oxw=.en}  
 JASRCS = ${SRC:.oxw=.ja}  
 ENAUTO=  
 JAAUTO=${ENAUTO:.en=.ja}  
 GENTEXI_OPT=--noSorting --author "OpenXM.org" --infoName asir-contrib-${MYNAME}  GENTEXI_OPT=--noSorting --author "OpenXM.org" --infoName asir-contrib-${MYNAME}
 include ../M/Makefile  include ../M/Makefile
   
 clean_private:  clean_private:
         ${RM} -f ${MYNAME}-ja.texi ${MYNAME}-en.texi          ${RM} ${MYNAME}-ja.texi ${MYNAME}-en.texi
   
 ${MYNAME}-ja.texi: ${MYNAME}.oxg  ${MYNAME}-ja.texi: ${MYNAME}.oxg
         @echo "Gnuplot OX server =?ISO-2022-JP?B?GyRCJV4lSyVlJSIlaxsoQg==?= " >title.tmp          @echo "Gnuplot OX server =?ISO-2022-JP?B?GyRCJV4lSyVlJSIlaxsoQg==?= " > title.tmp
 # generated by nkf -M          cat ${MYNAME}.oxg | ${OXWEAVE} usage-ja | ${OXGENTEXI} ${GENTEXI_OPT} --title "`${NKF} -e title.tmp`" > $@
         ${NKF} -j ${MYNAME}.oxg | ${OXWEAVE} usage-ja | ${OXGENTEXI} ${GENTEXI_OPT} --title "`nkf -e title.tmp`" >${MYNAME}-ja.texi          ${RM} title.tmp
         rm -f title.tmp  
   
 ${MYNAME}-en.texi: ${MYNAME}.oxg  ${MYNAME}-en.texi: ${MYNAME}.oxg
         ${NKF} -j ${MYNAME}.oxg | ${OXWEAVE} usage-en | ${OXGENTEXI} ${GENTEXI_OPT} --title "Gnuplot OX server Manual" >${MYNAME}-en.texi          cat ${MYNAME}.oxg | ${OXWEAVE} usage-en | ${OXGENTEXI} ${GENTEXI_OPT} --title "Gnuplot OX server Manual" > $@
   

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

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