aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-09-21 16:03:07 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-09-21 16:03:07 +0000
commita9b386de77b8924bc04f098f48c0e4510165ec01 (patch)
treef12f8d27ae183ad5b6d4d251f29683b04842687d /Makefile
parent1d4ac7a143096fe216eed493251f24cf608eaca8 (diff)
downloadmandoc-a9b386de77b8924bc04f098f48c0e4510165ec01.tar.gz
mandoc-a9b386de77b8924bc04f098f48c0e4510165ec01.tar.zst
mandoc-a9b386de77b8924bc04f098f48c0e4510165ec01.zip
Added html.h to headers that should be distributed.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
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)