#$OpenXM: OpenXM/src/asir-contrib/packages/doc/gnuplot/Makefile,v 1.1 2005/04/13 22:23:41 takayama Exp $ # Name of this document. MYNAME=gnuplot SRC = gnuplot.oxw 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 ${MYNAME}-ja.texi ${MYNAME}-en.texi ${MYNAME}-ja.texi: ${MYNAME}.oxg @echo "Gnuplot OX server =?ISO-2022-JP?B?GyRCJV4lSyVlJSIlaxsoQg==?= " >title.tmp # generated by nkf -M ${NKF} -j ${MYNAME}.oxg | ${OXWEAVE} usage-ja | ${OXGENTEXI} ${GENTEXI_OPT} --title "`nkf -e title.tmp`" >${MYNAME}-ja.texi rm -f title.tmp ${MYNAME}-en.texi: ${MYNAME}.oxg ${NKF} -j ${MYNAME}.oxg | ${OXWEAVE} usage-en | ${OXGENTEXI} ${GENTEXI_OPT} --title "Gnuplot OX server Manual" >${MYNAME}-en.texi