]> git.cameronkatri.com Git - mandoc.git/blobdiff - Makefile
In mdoc(7), don't mistreat negative .sp arguments as large positive ones.
[mandoc.git] / Makefile
index 57ca330dbac474b24cd30cfe0a688f46b86458e0..d686e01455d69cb7b91bf3374414c040d5b42f19 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.454 2015/02/03 21:16:02 schwarze Exp $
+# $Id: Makefile,v 1.456 2015/02/16 16:23:54 schwarze Exp $
 #
 # Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
 # Copyright (c) 2011, 2013, 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -15,6 +15,8 @@
 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
+VERSION = 1.13.2
+
 # === LIST OF FILES ====================================================
 
 TESTSRCS        = test-dirent-namlen.c \
@@ -31,6 +33,7 @@ TESTSRCS       = test-dirent-namlen.c \
                   test-strlcpy.c \
                   test-strptime.c \
                   test-strsep.c \
+                  test-strtonum.c \
                   test-wchar.c
 
 SRCS            = att.c \
@@ -46,6 +49,7 @@ SRCS           = att.c \
                   compat_strlcat.c \
                   compat_strlcpy.c \
                   compat_strsep.c \
+                  compat_strtonum.c \
                   demandoc.c \
                   eqn.c \
                   eqn_html.c \
@@ -189,7 +193,8 @@ COMPAT_OBJS  = compat_fgetln.o \
                   compat_strcasestr.o \
                   compat_strlcat.o \
                   compat_strlcpy.o \
-                  compat_strsep.o
+                  compat_strsep.o \
+                  compat_strtonum.o
 
 MANDOC_HTML_OBJS = eqn_html.o \
                   html.o \