aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-01-04 15:00:02 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-01-04 15:00:02 +0000
commit2e186000657edd08d5cbfaeea999918ede5107af (patch)
tree438012680894a986a876dce12c800499e516512b /Makefile
parentd3442fe28628c0582843401e0ac5828f6494f3ea (diff)
downloadmandoc-2e186000657edd08d5cbfaeea999918ede5107af.tar.gz
mandoc-2e186000657edd08d5cbfaeea999918ede5107af.tar.zst
mandoc-2e186000657edd08d5cbfaeea999918ede5107af.zip
Put mansearch.{h,c}, manpage.c, and compat_ohash.{h,c}
into the distribution tarball. Bump VERSION.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 16225e40..f763dff3 100644
--- a/Makefile
+++ b/Makefile
@@ -8,8 +8,8 @@
#
# CFLAGS += -DOSNAME="\"OpenBSD 5.4\""
-VERSION = 1.12.3
-VDATE = 31 December 2013
+VERSION = 1.13.0
+VDATE = 4 January 2014
# IFF your system supports multi-byte functions (setlocale(), wcwidth(),
# putwchar()) AND has __STDC_ISO_10646__ (that is, wchar_t is simply a
@@ -76,6 +76,8 @@ SRCS = Makefile \
chars.in \
compat_fgetln.c \
compat_getsubopt.c \
+ compat_ohash.c \
+ compat_ohash.h \
compat_strcasestr.c \
compat_strlcat.c \
compat_strlcpy.c \
@@ -121,8 +123,11 @@ SRCS = Makefile \
mandoc_char.7 \
mandocdb.8 \
mandocdb.c \
+ manpage.c \
manpath.c \
manpath.h \
+ mansearch.c \
+ mansearch.h \
mdoc.7 \
mdoc.c \
mdoc.h \