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

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

1.2     ! takayama    1: #$OpenXM: OpenXM/src/asir-contrib/packages/doc/todo_parametrize/Makefile,v 1.1 2005/03/24 08:50:02 takayama Exp $
        !             2:
        !             3: # Name of this document.
        !             4: MYNAME=todo_parametrize
        !             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 todo_parametrize-en.texi
        !            17:
        !            18: todo_parametrize-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 "Parametrize Manual" <auto.en >${MYNAME}-en.texi
1.1       takayama   23:

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