head	1.1;
access;
symbols;
locks
	njw:1.1; strict;
comment	@# @;


1.1
date	93.06.18.13.26.33;	author njw;	state Exp;
branches;
next	;


desc
@Makes the HTML editing objects and installs all of the bits
@


1.1
log
@Initial revision
@
text
@
DOBJS	=	htmlview.do \
			html.do

IHFILES	=	htmlview.ih \
			html.ih

NormalObjectRule()
NormalATKRule()

DynamicObject(htmlview,,)
DynamicObject(html,,)
InstallClassFiles($(DOBJS),$(IHFILES))

DependTarget()


NormalHelpRule()
InstallDocs(htmlview.help,$(DESTDIR)/help)
InstallHelpAlias(htmlview,html)
InstallFile(html.tpl,$(INSTINCFLAGS),$(DESTDIR)/lib/tpls)
InstallFile(htmlmagic,$(INSTINCFLAGS),$(DESTDIR)/lib)
@
