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

1.11    ! noro        1: #$OpenXM: OpenXM/src/asir-contrib/testing/Makefile,v 1.10 2010/05/10 05:10:03 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)
1.11    ! noro       17:        -(cd ../packages/src ; rm -f noro_pd.rr; cp ../../testing/noro/new_pd.rr noro_pd.rr)

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