Annotation of OpenXM/src/asir-contrib/packages/doc/noro_matrix/Makefile, Revision 1.2
1.2 ! ohara 1: #$OpenXM: OpenXM/src/asir-contrib/packages/doc/noro_matrix/Makefile,v 1.1 2008/05/18 07:37:43 noro Exp $
1.1 noro 2:
3: # Name of this document.
4: MYNAME=noro_matrix
5:
1.2 ! ohara 6: TITLE = "noro_matrix Manual"
1.1 noro 7:
8: GENTEXI_OPT=--noSorting --author "OpenXM.org" --infoName asir-contrib-${MYNAME}
9: include ../M/Makefile
10:
11: clean_private:
1.2 ! ohara 12: ${RM} noro_matrix-en.texi
1.1 noro 13:
1.2 ! ohara 14: ${MYNAME}.en ${MYNAME}.ja:
! 15:
! 16: noro_matrix-en.texi:
! 17: @printf "begin: plain|\nEnglish manual has not yet been written.\nend:" \
! 18: | ${OXGENTEXI} ${GENTEXI_OPT} --title ${TITLE} > $@
1.1 noro 19:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>