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

File: [local] / OpenXM / src / asir-contrib / testing / Makefile (download)

Revision 1.14, Tue Nov 15 04:12:26 2016 UTC (7 years, 6 months ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +1 -2 lines

To avoid cofusion, we did the following:

1. asir-contrib/testing/noro/new_pd.rr -> asir-contrib/src/packages/noro_pd.rr
2. asir-contrib/testing/noro/{pd.rr, new_pd.rr} -> asir-contrib/testing/noro/obsolete

#$OpenXM: OpenXM/src/asir-contrib/testing/Makefile,v 1.14 2016/11/15 04:12:26 noro Exp $
all: t.texi

t.texi: tr-ja.oxt
	nkf -e tr-ja.oxt | oxgentexi --noSorting --title 'Term rewriting functions for Risa/Asir' --author 'Nobuki Takayama' >t.texi
	@echo "--------------------------------------------------"
	@echo "Document for tr.rr is generated with the name t.texi"
	@echo "--------------------------------------------------"

link-to-src:
	-(cd ../packages/src ; rm -f noro_rewrite.rr; cp ../../testing/noro/new_rewrite.rr noro_rewrite.rr)
	-(cd ../packages/src ; rm -f noro_de.rr; cp ../../testing/noro/de.rr noro_de.rr)
	-(cd ../packages/src ; rm -f noro_gw.rr; cp ../../testing/noro/gw.rr noro_gw.rr)
	-(cd ../packages/src ; rm -f nn_ndbf.rr; cp ../../testing/noro/ndbf.rr nn_ndbf.rr)
	-(cd ../packages/src ; rm -f noro_module_syz.rr; cp ../../testing/noro/module_syz.rr noro_module_syz.rr)
	-(cd ../packages/src ; rm -f noro_mwl.rr; cp ../../testing/noro/mwl.rr noro_mwl.rr)