[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.3, Wed Mar 15 00:10:08 2006 UTC (18 years, 3 months ago) by noro
Branch: MAIN
CVS Tags: DEB_REL_1_2_3-9
Changes since 1.2: +2 -1 lines

Added a symbolic link noro_de.rr in asir-contrib/packages/src.

#$OpenXM: OpenXM/src/asir-contrib/testing/Makefile,v 1.3 2006/03/15 00:10:08 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 ; ln -s ../../testing/noro/new_rewrite.rr noro_rewrite.rr)
	-(cd ../packages/src ; ln -s ../../testing/noro/de.rr noro_de.rr)