summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-09-21 16:05:05 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-09-21 16:05:05 +0000
commite6ae656c7d56728d036a3015d4b74e792338231c (patch)
tree59a97c704a86a7272d20a5994fe267d64fe30b22 /Makefile
parent8a5f3c9801edd32b3836daa3e9b51def09deecbb (diff)
downloadmandoc-e6ae656c7d56728d036a3015d4b74e792338231c.tar.gz
Added chars.h to HEADS.VERSION.1.9.5
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9f5a3048..1f8ac1be 100644
--- a/Makefile
+++ b/Makefile
@@ -48,8 +48,10 @@ LNS = $(MAINLNS) $(MDOCLNS) $(MANLNS)
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 html.h
+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 html.h chars.h
SGMLS = index.sgml
XSLS = ChangeLog.xsl
HTMLS = index.html ChangeLog.html mandoc.1.html mdoc.3.html \