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

Annotation of OpenXM/src/asir-contrib/testing/Makefile, Revision 1.9

1.9     ! noro        1: #$OpenXM: OpenXM/src/asir-contrib/testing/Makefile,v 1.8 2009/10/15 06:39:58 noro Exp $
1.1       takayama    2: all: t.texi
                      3:
                      4: t.texi: tr-ja.oxt
                      5:        nkf -e tr-ja.oxt | oxgentexi --noSorting --title 'Term rewriting functions for Risa/Asir' --author 'Nobuki Takayama' >t.texi
                      6:        @echo "--------------------------------------------------"
                      7:        @echo "Document for tr.rr is generated with the name t.texi"
                      8:        @echo "--------------------------------------------------"
1.2       takayama    9:
                     10: link-to-src:
1.9     ! noro       11:        -(cd ../packages/src ; rm -f noro_rewrite.rr; cp ../../testing/noro/new_rewrite.rr noro_rewrite.rr)
        !            12:        -(cd ../packages/src ; rm -f noro_de.rr; cp ../../testing/noro/de.rr noro_de.rr)
        !            13:        -(cd ../packages/src ; rm -f noro_gw.rr; cp ../../testing/noro/gw.rr noro_gw.rr)
        !            14:        -(cd ../packages/src ; rm -f nn_ndbf.rr; cp ../../testing/noro/ndbf.rr nn_ndbf.rr)
        !            15:        -(cd ../packages/src ; rm -f noro_module_syz.rr; cp ../../testing/noro/module_syz.rr noro_module_syz.rr)
        !            16:        -(cd ../packages/src ; rm -f noro_mwl.rr; cp ../../testing/noro/mwl.rr noro_mwl.rr)

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