#
# @(#)Makefile	1.2 98/08/03
#

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

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

htmldtd: swing-1.1-html32dtd

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

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

