SHELL   = /bin/sh

GOMI = xrs.html xrs.info *~

all: xrs.html 

xrs.html:
	texi2html --lang=ja xrs.texinfo

clean:
	rm $(GOMI)
	
	        	