]> git.cameronkatri.com Git - mandoc.git/blobdiff - Makefile
Add back in a check that the leading `-' exists for arguments. This
[mandoc.git] / Makefile
index e0b5203db11b5f32e61321d948f57dd83687fcbb..c535f105b9fa148fad355f195c66cd531a6e8876 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,8 +11,8 @@
 # in the lower-left hand corner of -mdoc manuals.
 # CFLAGS       += -DOSNAME="\"OpenBSD 4.5\""
 
-VERSION                 = 1.11.2
-VDATE           = 12 May 2011
+VERSION                 = 1.11.3
+VDATE           = 26 May 2011
 # IFF your system supports multi-byte functions (setlocale(), wcwidth(),
 # putwchar()) AND has __STDC_ISO_10646__ (that is, wchar_t is simply a
 # UCS-4 value) should you define USE_WCHAR.  If you define it and your
@@ -108,6 +108,7 @@ SRCS                 = Makefile \
                   term.h \
                   term_ascii.c \
                   term_ps.c \
+                  test-mmap.c \
                   test-strlcat.c \
                   test-strlcpy.c \
                   tree.c \
@@ -297,7 +298,7 @@ INDEX_OBJS   = $(INDEX_MANS) \
 
 www: index.html
 
-lint: llib-llibmandoc.ln llib-lmandoc.ln
+lint: llib-llibmandoc.ln llib-lmandoc.ln llib-lpreconv.ln
 
 clean:
        rm -f libmandoc.a $(LIBMANDOC_OBJS)
@@ -382,6 +383,10 @@ config.h: config.h.pre config.h.post
                echo '#define HAVE_STRLCAT'; \
                rm test-strlcat; \
          fi; \
+         if $(CC) $(CFLAGS) -Werror -o test-mmap test-mmap.c >> config.log 2>&1; then \
+               echo '#define HAVE_MMAP'; \
+               rm test-mmap; \
+         fi; \
          if $(CC) $(CFLAGS) -Werror -o test-strlcpy test-strlcpy.c >> config.log 2>&1; then \
                echo '#define HAVE_STRLCPY'; \
                rm test-strlcpy; \