#
# @(#)Makefile	1.5 98/08/28
#

BUILDDIR	= ..\..\..
LOCATION	= javax\swing\html32dtd
PKG		= dtdbuilder
CLASSDESTDIR	= .\dtdgenclasses

!include $(BUILDDIR)\makefiles\defs.nmk

htmldtd: swing-html32dtd

!include $(BUILDDIR)\makefiles\SwingHTML32DTD.nmk

htmldtd.clean:
	-$(DEL) $(CLASSDESTDIR)

