#= Makefile for dcpam/doc/tutorial/rakuraku
#
# Authors::   Yasuhiro MORIKAWA
# Version::   $Id: Makefile,v 1.5 2014/02/28 07:32:18 momoko Exp $
# Tag Name::  $Name:  $
# 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: 
	rake

#rd2html:
#	$(MAKE) -f Makefile.rd2html

clean: 
	@$(RM) *~ *.bak

#clean.all: clean.rd2html

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