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

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

Revision 1.3, 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.2: +7 -11 lines

Build system has been rewritten.

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

# Name of this document.
MYNAME=f_res

TITLE = "Resultant Manual"

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

clean_private: 
	${RM} f_res-en.texi 

${MYNAME}.en ${MYNAME}.ja:

f_res-en.texi : 
	@printf "begin: plain|\nEnglish manual has not yet been written.\nend:" \
    | ${OXGENTEXI} ${GENTEXI_OPT} --title ${TITLE} > $@