[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/Makefile between version 1.54 and 1.55

version 1.54, 2011/04/21 22:59:54 version 1.55, 2011/04/24 16:22:02
Line 2 
Line 2 
   
 .include <bsd.own.mk>  .include <bsd.own.mk>
   
 VERSION=1.10.10  VERSION=1.11.1
 CFLAGS+=-DVERSION=\"${VERSION}\"  CFLAGS+=-DVERSION=\"${VERSION}\"
 CFLAGS+=-W -Wall -Wstrict-prototypes  CFLAGS+=-W -Wall -Wstrict-prototypes
   
Line 10 
Line 10 
 CFLAGS+=-Wno-unused-parameter  CFLAGS+=-Wno-unused-parameter
 .endif  .endif
   
 SRCS=   roff.c tbl.c tbl_opts.c tbl_layout.c tbl_data.c eqn.c mandoc.c  SRCS=   roff.c tbl.c tbl_opts.c tbl_layout.c tbl_data.c eqn.c mandoc.c read.c
 SRCS+=  mdoc_macro.c mdoc.c mdoc_hash.c \  SRCS+=  mdoc_macro.c mdoc.c mdoc_hash.c \
         mdoc_argv.c mdoc_validate.c lib.c att.c \          mdoc_argv.c mdoc_validate.c lib.c att.c \
         arch.c vol.c msec.c st.c          arch.c vol.c msec.c st.c
 SRCS+=  man_macro.c man.c man_hash.c man_validate.c man_argv.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
 SRCS+=  html.c mdoc_html.c man_html.c out.c  SRCS+=  html.c mdoc_html.c man_html.c out.c
 SRCS+=  term_ps.c term_ascii.c tbl_term.c tbl_html.c  SRCS+=  term_ps.c term_ascii.c tbl_term.c tbl_html.c

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55