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

File: [local] / OpenXM / src / asir-contrib / packages / doc / noro_matrix / Makefile (download)

Revision 1.1, Sun May 18 07:37:43 2008 UTC (16 years, 2 months ago) by noro
Branch: MAIN

Added manual for noro_matrix.rr.

#$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 = 

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 

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" <auto.en >${MYNAME}-en.texi