# makefile for .home.cd.moltmans.drg.doc

default: webdocs

HOME_MAKE_DIR = ${DRG_DIR}/scripts
include ${HOME_MAKE_DIR}/make.defaults

# Fill this in with the subdirectories that you would like made
# when you do a make in this directory
# SUBDIRS = dir1 dir2 dir3
# SUBDIRS = 

CLASSDIR = $(WRITE_CLASS_FILES_TO)/$(JAVA_PACKAGE_DIRECTORY)

include $(HOME_MAKE_DIR)/make.rules

webdocs:
	cp *.html $(DRG_WWW_DIR)
