X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/08508ed7e6368876201309aff6964a039f011045..5b28be5ad8fd189f29521799fe4d699828cce011:/Makefile diff --git a/Makefile b/Makefile index b33a43b6..6c56f599 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .SUFFIXES: .html .sgml -VERSION = 1.5.1 -VDATE = 15 March 2009 +VERSION = 1.5.2 +VDATE = 17 March 2009 BINDIR = $(PREFIX)/bin INCLUDEDIR = $(PREFIX)/include @@ -48,7 +48,8 @@ LINTOBJS= mdoclint.o mmain.o OBJS = $(LIBOBJS) $(TERMOBJS) $(TREEOBJS) $(LINTOBJS) SRCS = macro.c mdoc.c hash.c strings.c xstd.c argv.c validate.c \ - action.c term.c mdoctree.c mdocterm.c mmain.c mdoclint.c + action.c term.c mdoctree.c mdocterm.c mmain.c mdoclint.c \ + lib.c att.c arch.c vol.c msec.c st.c ascii.c DATAS = arch.in att.in lib.in msec.in st.in vol.in ascii.in