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

Diff for /OpenXM/src/asir-contrib/packages/doc/noro_matrix/Makefile between version 1.1 and 1.2

version 1.1, 2008/05/18 07:37:43 version 1.2, 2009/02/21 22:09:12
Line 1 
Line 1 
 #$OpenXM$  #$OpenXM: OpenXM/src/asir-contrib/packages/doc/noro_matrix/Makefile,v 1.1 2008/05/18 07:37:43 noro Exp $
   
 # Name of this document.  # Name of this document.
 MYNAME=noro_matrix  MYNAME=noro_matrix
   
 SRC =  TITLE = "noro_matrix Manual"
   
 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 f_res-en.texi          ${RM} noro_matrix-en.texi
   
 noro_matrix-en.texi :  ${MYNAME}.en ${MYNAME}.ja:
         @echo "begin: plain|" >auto.en  
         @echo "English manual has not yet been written." >>auto.en  noro_matrix-en.texi:
         @echo "end:" >>auto.en          @printf "begin: plain|\nEnglish manual has not yet been written.\nend:" \
         ${OXGENTEXI} ${GENTEXI_OPT} --title "noro_matrix Manual" <auto.en >${MYNAME}-en.texi      | ${OXGENTEXI} ${GENTEXI_OPT} --title ${TITLE} > $@
   

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

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