[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.1

1.1     ! noro        1: #$OpenXM$
        !             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}
        !            13: include ../Makefile.common
        !            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>