From a9b386de77b8924bc04f098f48c0e4510165ec01 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 21 Sep 2009 16:03:07 +0000 Subject: Added html.h to headers that should be distributed. --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0cc56439..9f5a3048 100644 --- a/Makefile +++ b/Makefile @@ -49,12 +49,13 @@ LIBS = libmdoc.a libman.a OBJS = $(MDOCOBJS) $(MAINOBJS) $(MANOBJS) SRCS = $(MDOCSRCS) $(MAINSRCS) $(MANSRCS) DATAS = arch.in att.in lib.in msec.in st.in vol.in chars.in -HEADS = mdoc.h libmdoc.h man.h libman.h term.h libmandoc.h +HEADS = mdoc.h libmdoc.h man.h libman.h term.h libmandoc.h html.h SGMLS = index.sgml XSLS = ChangeLog.xsl HTMLS = index.html ChangeLog.html mandoc.1.html mdoc.3.html \ man.3.html mdoc.7.html man.7.html mandoc_char.7.html \ manuals.7.html +EXAMPLES = example.style.css XMLS = ChangeLog.xml STATICS = index.css style.css external.png MD5S = mdocml-$(VERSION).md5 @@ -65,7 +66,7 @@ BINS = mandoc CLEAN = $(BINS) $(LNS) $(LLNS) $(LIBS) $(OBJS) $(HTMLS) \ $(TARGZS) tags $(MD5S) $(XMLS) INSTALL = $(SRCS) $(HEADS) Makefile $(MANS) $(SGMLS) $(STATICS) \ - $(DATAS) $(XSLS) + $(DATAS) $(XSLS) $(EXAMPLES) all: $(BINS) -- cgit v1.2.3-56-ge451