
#==============================================================================#
# $Id: Makefile,v 1.4 2003/02/21 02:37:31 yuya Exp $
#==============================================================================#

DOCS = \
	../ChangeLog.ja.html \
	../README.ja.html \
	../README.en.html \
	class.ja.html \
	command.ja.html \
	inside.ja.html

all: $(DOCS)

clean:
	rm $(DOCS)

%.html : %.rd
	@echo $< =\> $@
	@ruby -r kconv -e 'STDOUT.print(Kconv.toeuc(STDIN.read))' < $< | rd2 --out-code=sjis -r rd/rd2html-lib --with-css=http://exerb.sourceforge.jp/share/print.css --html-title=bRuby > $@
	@chmod 644 $@

#==============================================================================#
#==============================================================================#
