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

Annotation of OpenXM/src/asir-contrib/packages/doc/gnuplot/Makefile, Revision 1.1

1.1     ! takayama    1: #$OpenXM$
        !             2:
        !             3: # Name of this document.
        !             4: MYNAME=gnuplot
        !             5:
        !             6: SRC = gnuplot.oxw
        !             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 ${MYNAME}-ja.texi ${MYNAME}-en.texi
        !            17:
        !            18: ${MYNAME}-ja.texi: ${MYNAME}.oxg
        !            19:        @echo "Gnuplot OX server =?ISO-2022-JP?B?GyRCJV4lSyVlJSIlaxsoQg==?= " >title.tmp
        !            20: # generated by nkf -M
        !            21:        ${NKF} -j ${MYNAME}.oxg | ${OXWEAVE} usage-ja | ${OXGENTEXI} ${GENTEXI_OPT} --title "`nkf -e title.tmp`" >${MYNAME}-ja.texi
        !            22:        rm -f title.tmp
        !            23:
        !            24: ${MYNAME}-en.texi: ${MYNAME}.oxg
        !            25:        ${NKF} -j ${MYNAME}.oxg | ${OXWEAVE} usage-en | ${OXGENTEXI} ${GENTEXI_OPT} --title "Gnuplot OX server Manual" >${MYNAME}-en.texi
        !            26:

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