Annotation of OpenXM/src/asir-contrib/packages/doc/noro_matrix/Makefile, Revision 1.1
1.1 ! noro 1: #$OpenXM$
! 2:
! 3: # Name of this document.
! 4: MYNAME=noro_matrix
! 5:
! 6: SRC =
! 7:
! 8: ENSRCS = ${SRC:.oxw=.en}
! 9: JASRCS = ${SRC:.oxw=.ja}
! 10: ENAUTO=
! 11: JAAUTO=${ENAUTO:.en=.ja}
! 12: GENTEXI_OPT=--noSorting --author "OpenXM.org" --infoName asir-contrib-${MYNAME}
! 13: include ../M/Makefile
! 14:
! 15: clean_private:
! 16: ${RM} -f f_res-en.texi
! 17:
! 18: noro_matrix-en.texi :
! 19: @echo "begin: plain|" >auto.en
! 20: @echo "English manual has not yet been written." >>auto.en
! 21: @echo "end:" >>auto.en
! 22: ${OXGENTEXI} ${GENTEXI_OPT} --title "noro_matrix Manual" <auto.en >${MYNAME}-en.texi
! 23:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>