diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-21 16:03:07 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-21 16:03:07 +0000 |
commit | 8a5f3c9801edd32b3836daa3e9b51def09deecbb (patch) | |
tree | 58e3e90554aef835881a3c6602b9c007c59f5fea /Makefile | |
parent | 2390f4d02f31b40650b4ac69d006d8764026da2b (diff) | |
download | mandoc-8a5f3c9801edd32b3836daa3e9b51def09deecbb.tar.gz |
Added html.h to headers that should be distributed.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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) |