#---------------------------------------------------------------------
#     Copyright (C) GFD Dennou Club, 2005-2009. All rights reserved.
#---------------------------------------------------------------------
#= Makefile for dcpam Top Directory
#
# * Masaki Ishiwatari, Yasuhiro Morikawa
#   * 2009/03/24 (Yasuhiro Morikawa) comment out replacer
#   * 2005/06/12 (Yasuhiro Morikawa) Assigning tasks
#   * 2005/05/25 (Yasuhiro Morikawa) update
#   * 2005/05/22 (Yasuhiro Morikawa) update
#   * 2005/05/21 (Yasuhiro Morikawa) update
#   * 2005/??/?? (Masaki Ishiwatari) create
#
######################################################################

all: rd2html 

help:
	@echo ""
	@echo "  make [all] :"
	@echo "             Create HTML files from RD "
	@echo ""

rd2html:
	make -f Makefile.rd2html all

clean:
	make -f Makefile.rd2html $@

clean.all:
	make -f Makefile.rd2html $@
