#---------------------------------------------------------------------
#     Copyright (C) GFD Dennou Club, 2005. All rights reserved.
#---------------------------------------------------------------------
#= Makefile for dcmodel-tools document
#
# * Yasuhiro MORIKAWA
#   * 2005/10/05 (Yasuhiro MORIKAWA) update
#   * 2005/05/16 (Yasuhiro MORIKAWA) update
#   * 2005/04/21 (Yasuhiro MORIKAWA) create
#
######################################################################
#

all:
	make -f Makefile.export help

help: all

export:
	make -f Makefile.export $@

