summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2011-09-18 10:25:29 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2011-09-18 10:25:29 +0000
commit4f50809e67b9f55a658e7971ff3fdb7315acd3d7 (patch)
tree8313e9c25a5e5ecc27954763967407abdb8ce6e2 /usr.bin/mandoc/Makefile
parenta7ddd4c92498f0e8d565f15959dc99a464ec51a1 (diff)
sync to version 1.11.5:
adding an implementation of the eqn(7) language by kristaps@ So far, only .EQ/.EN blocks are handled, in-line equations are not, and rendering is not yet very pretty, but the parser is fairly complete.
Diffstat (limited to 'usr.bin/mandoc/Makefile')
-rw-r--r--usr.bin/mandoc/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.bin/mandoc/Makefile b/usr.bin/mandoc/Makefile
index 0769e25dcbe..e66a47e56f1 100644
--- a/usr.bin/mandoc/Makefile
+++ b/usr.bin/mandoc/Makefile
@@ -1,9 +1,8 @@
-# $OpenBSD: Makefile,v 1.58 2011/09/17 14:45:22 schwarze Exp $
+# $OpenBSD: Makefile,v 1.59 2011/09/18 10:25:28 schwarze Exp $
.include <bsd.own.mk>
-VERSION=1.11.4
-CFLAGS+=-DVERSION=\"${VERSION}\"
+CFLAGS+=-DVERSION=\"1.11.5\"
CFLAGS+=-W -Wall -Wstrict-prototypes
.if ${COMPILER_VERSION:L} == "gcc3" || ${COMPILER_VERSION:L} == "gcc4"
@@ -15,9 +14,9 @@ SRCS+= mdoc_macro.c mdoc.c mdoc_hash.c \
mdoc_argv.c mdoc_validate.c lib.c att.c \
arch.c vol.c msec.c st.c
SRCS+= man_macro.c man.c man_hash.c man_validate.c
-SRCS+= main.c mdoc_term.c chars.c term.c tree.c man_term.c
+SRCS+= main.c mdoc_term.c chars.c term.c tree.c man_term.c eqn_term.c
SRCS+= mdoc_man.c
-SRCS+= html.c mdoc_html.c man_html.c out.c
+SRCS+= html.c mdoc_html.c man_html.c out.c eqn_html.c
SRCS+= term_ps.c term_ascii.c tbl_term.c tbl_html.c
PROG= mandoc