[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.1, Sat Mar 17 10:18:54 2007 UTC (17 years, 4 months ago) by noro
Branch: MAIN
CVS Tags: DEB_REL_1_2_3-9

Added description for building help files for f_res.

#$OpenXM: OpenXM/src/asir-contrib/packages/doc/f_res/Makefile,v 1.1 2007/03/17 10:18:54 noro Exp $

# Name of this document.
MYNAME=f_res

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 ../Makefile.common

clean_private: 
	${RM} -f f_res-en.texi 

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