diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-21 16:05:05 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-21 16:05:05 +0000 |
commit | e6ae656c7d56728d036a3015d4b74e792338231c (patch) | |
tree | 59a97c704a86a7272d20a5994fe267d64fe30b22 /Makefile | |
parent | 8a5f3c9801edd32b3836daa3e9b51def09deecbb (diff) | |
download | mandoc-e6ae656c7d56728d036a3015d4b74e792338231c.tar.gz |
Added chars.h to HEADS.VERSION.1.9.5
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 \ |