#= Makefile for dcpam/doc/tutorial/rakuraku
#
# Authors::   Yasuhiro MORIKAWA
# Version::   $Id: Makefile,v 1.2 2009-02-08 13:03:04 morikawa Exp $
# Tag Name::  $Name: dcpam5-20100224 $
# Copyright:: Copyright (C) GFD Dennou Club, 2004-2007. All rights reserved.
# License::   See COPYRIGHT[link:../../../COPYRIGHT]
#
######################################################################
#
#== Settings

DIRDEPTH=../../..
INCLUDEFILE = $(DIRDEPTH)/Config.mk
include $(INCLUDEFILE)

# End Settings
######################################################################

######################################################################
#== Rules
#
all: rd2html

doc: rd2html

rd2html:
	$(MAKE) -f Makefile.rd2html

clean: clean.all

clean.all: clean.rd2html

clean.rd2html:
	$(MAKE) clean.all -f Makefile.rd2html
