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

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

RDFILES       = network_2005-03-08.htm
INDEXFILES    = network_2005-03-08.hindex

all: rd2html

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

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

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