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

1.3     ! ohara       1: #$OpenXM: OpenXM/src/asir-contrib/packages/doc/f_res/Makefile,v 1.2 2007/09/29 07:29:29 takayama Exp $
1.1       noro        2:
                      3: # Name of this document.
                      4: MYNAME=f_res
                      5:
1.3     ! ohara       6: TITLE = "Resultant Manual"
1.1       noro        7:
                      8: GENTEXI_OPT=--noSorting --author "OpenXM.org" --infoName asir-contrib-${MYNAME}
1.2       takayama    9: include ../M/Makefile
1.1       noro       10:
                     11: clean_private:
1.3     ! ohara      12:        ${RM} f_res-en.texi
        !            13:
        !            14: ${MYNAME}.en ${MYNAME}.ja:
1.1       noro       15:
                     16: f_res-en.texi :
1.3     ! ohara      17:        @printf "begin: plain|\nEnglish manual has not yet been written.\nend:" \
        !            18:     | ${OXGENTEXI} ${GENTEXI_OPT} --title ${TITLE} > $@
1.1       noro       19:

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