# Makefile for index.htm in /home/epnetfan/public_html/keiei/pc/doc2005/wireless
#
# 2005/03/08 Morikawa Yasuhiro

include ./Mkinclude
CSS     = ./wireless.css

RDFILES       = index.htm
INDEXFILES    = index.hindex

all: rd2html

rd2html: $(INDEXFILES) $(RDFILES) hindex-clean

clean: hindex-clean
	rm -rf $(RDFILES) *~

hindex-clean:
	rm -rf ./*.hindex.rd

