=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/Makefile,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- src/usr.bin/mandoc/Makefile 2011/09/17 14:45:22 1.58 +++ src/usr.bin/mandoc/Makefile 2011/09/18 10:25:28 1.59 @@ -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 -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 @@ 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