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

include ../Mkinclude
CSS     = ../wireless.css

RDFILES       = hardware_2005-03-08.htm    setup_2005-03-08.htm   
INDEXFILES    = hardware_2005-03-08.hindex setup_2005-03-08.hindex

all: rd2html

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

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

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