=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.214 retrieving revision 1.217 diff -u -p -r1.214 -r1.217 --- mandoc/Makefile 2009/09/21 14:56:56 1.214 +++ mandoc/Makefile 2009/09/21 16:05:05 1.217 @@ -9,8 +9,8 @@ INSTALL_DATA = install -m 0444 INSTALL_LIB = install -m 0644 INSTALL_MAN = $(INSTALL_DATA) -VERSION = 1.9.2 -VDATE = 05 September 2009 +VERSION = 1.9.5 +VDATE = 21 September 2009 VFLAGS = -DVERSION=\"$(VERSION)\" CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g @@ -48,13 +48,16 @@ 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 +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 \ 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 +68,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)