[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.1, Sat May 21 10:21:26 2005 UTC (19 years, 1 month ago) by takayama
Branch: MAIN

Added a Makefile to generate the document t.texi for tr.rr.

#$OpenXM: OpenXM/src/asir-contrib/testing/Makefile,v 1.1 2005/05/21 10:21:26 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 "--------------------------------------------------"