=================================================================== RCS file: /home/cvs/OpenXM/src/asir-contrib/packages/doc/noro_matrix/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- OpenXM/src/asir-contrib/packages/doc/noro_matrix/Makefile 2008/05/18 07:37:43 1.1 +++ OpenXM/src/asir-contrib/packages/doc/noro_matrix/Makefile 2009/02/21 22:09:12 1.2 @@ -1,23 +1,19 @@ -#$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. 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} include ../M/Makefile clean_private: - ${RM} -f f_res-en.texi + ${RM} noro_matrix-en.texi -noro_matrix-en.texi : - @echo "begin: plain|" >auto.en - @echo "English manual has not yet been written." >>auto.en - @echo "end:" >>auto.en - ${OXGENTEXI} ${GENTEXI_OPT} --title "noro_matrix Manual" ${MYNAME}-en.texi +${MYNAME}.en ${MYNAME}.ja: + +noro_matrix-en.texi: + @printf "begin: plain|\nEnglish manual has not yet been written.\nend:" \ + | ${OXGENTEXI} ${GENTEXI_OPT} --title ${TITLE} > $@