Annotation of OpenXM/src/asir-contrib/testing/Makefile, Revision 1.8
1.8 ! noro 1: #$OpenXM: OpenXM/src/asir-contrib/testing/Makefile,v 1.7 2009/10/14 07:00:56 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:
11: -(cd ../packages/src ; ln -s ../../testing/noro/new_rewrite.rr noro_rewrite.rr)
1.3 noro 12: -(cd ../packages/src ; ln -s ../../testing/noro/de.rr noro_de.rr)
1.4 noro 13: -(cd ../packages/src ; ln -s ../../testing/noro/gw.rr noro_gw.rr)
1.6 noro 14: -(cd ../packages/src ; ln -s ../../testing/noro/ndbf.rr nn_ndbf.rr)
1.8 ! noro 15: -(cd ../packages/src ; ln -s ../../testing/noro/module_syz.rr noro_module_syz.rr)
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>