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

Annotation of OpenXM/src/asir-contrib/packages/doc/f_res/Makefile, Revision 1.2

1.2     ! takayama    1: #$OpenXM: OpenXM/src/asir-contrib/packages/doc/f_res/Makefile,v 1.1 2007/03/17 10:18:54 noro Exp $
1.1       noro        2:
                      3: # Name of this document.
                      4: MYNAME=f_res
                      5:
                      6: SRC =
                      7:
                      8: ENSRCS = ${SRC:.oxw=.en}
                      9: JASRCS = ${SRC:.oxw=.ja}
                     10: ENAUTO=
                     11: JAAUTO=${ENAUTO:.en=.ja}
                     12: GENTEXI_OPT=--noSorting --author "OpenXM.org" --infoName asir-contrib-${MYNAME}
1.2     ! takayama   13: include ../M/Makefile
1.1       noro       14:
                     15: clean_private:
                     16:        ${RM} -f f_res-en.texi
                     17:
                     18: f_res-en.texi :
                     19:        @echo "begin: plain|" >auto.en
                     20:        @echo "English manual has not yet been written." >>auto.en
                     21:        @echo "end:" >>auto.en
                     22:        ${OXGENTEXI} ${GENTEXI_OPT} --title "Resultant Manual" <auto.en >${MYNAME}-en.texi
                     23:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>