summaryrefslogtreecommitdiffstatshomepage
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
commit9f777ad6602d39fedc5834eeec65aa76edeae9ca (patch)
treeb0a354d9df1e6b4ed83a989abd56e7864a13dec5 /Makefile
parenta9b386de77b8924bc04f098f48c0e4510165ec01 (diff)
downloadmandoc-9f777ad6602d39fedc5834eeec65aa76edeae9ca.tar.gz
mandoc-9f777ad6602d39fedc5834eeec65aa76edeae9ca.tar.zst
mandoc-9f777ad6602d39fedc5834eeec65aa76edeae9ca.zip
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 \