[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.2, Mon Feb 13 01:26:01 2006 UTC (18 years, 4 months ago) by takayama
Branch: MAIN
CVS Tags: KNOPPIX_2006
Changes since 1.1: +4 -1 lines

Installation of testing files.

#$OpenXM: OpenXM/src/asir-contrib/testing/Makefile,v 1.2 2006/02/13 01:26:01 takayama 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)