# $Id: Makefile,v 1.6 1998/03/21 02:17:00 matt Exp $

ROOT = .
PACKAGE = 
SUBPACKAGES = matthew test

include $(ROOT)/Makefile.inc

javadoc: ../javadoc/Tree.html

../javadoc/Tree.html: matthew/awt/StrutLayout.java
	polardoc -x test -version -author -public -r -d ../javadoc .
#	javadoc -classpath $(CLASSPATH) -d ../doc `find . -name "*.java" -printf "%P "`
