[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.2, Sat Feb 21 22:09:12 2009 UTC (15 years, 4 months ago) by ohara
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, HEAD
Changes since 1.1: +8 -12 lines

Build system has been rewritten.

#$OpenXM: OpenXM/src/asir-contrib/packages/doc/noro_matrix/Makefile,v 1.2 2009/02/21 22:09:12 ohara Exp $

# Name of this document.
MYNAME=noro_matrix

TITLE = "noro_matrix Manual"

GENTEXI_OPT=--noSorting --author "OpenXM.org" --infoName asir-contrib-${MYNAME}
include ../M/Makefile

clean_private: 
	${RM} noro_matrix-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} > $@