[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Makefile between version 1.409 and 1.410

version 1.409, 2014/01/04 14:45:54 version 1.410, 2014/01/04 15:00:02
Line 8 
Line 8 
 #  #
 # CFLAGS        += -DOSNAME="\"OpenBSD 5.4\""  # CFLAGS        += -DOSNAME="\"OpenBSD 5.4\""
   
 VERSION          = 1.12.3  VERSION          = 1.13.0
 VDATE            = 31 December 2013  VDATE            = 4 January 2014
   
 # IFF your system supports multi-byte functions (setlocale(), wcwidth(),  # IFF your system supports multi-byte functions (setlocale(), wcwidth(),
 # putwchar()) AND has __STDC_ISO_10646__ (that is, wchar_t is simply a  # putwchar()) AND has __STDC_ISO_10646__ (that is, wchar_t is simply a
Line 76  SRCS   = Makefile \
Line 76  SRCS   = Makefile \
                    chars.in \                     chars.in \
                    compat_fgetln.c \                     compat_fgetln.c \
                    compat_getsubopt.c \                     compat_getsubopt.c \
                      compat_ohash.c \
                      compat_ohash.h \
                    compat_strcasestr.c \                     compat_strcasestr.c \
                    compat_strlcat.c \                     compat_strlcat.c \
                    compat_strlcpy.c \                     compat_strlcpy.c \
Line 121  SRCS   = Makefile \
Line 123  SRCS   = Makefile \
                    mandoc_char.7 \                     mandoc_char.7 \
                    mandocdb.8 \                     mandocdb.8 \
                    mandocdb.c \                     mandocdb.c \
                      manpage.c \
                    manpath.c \                     manpath.c \
                    manpath.h \                     manpath.h \
                      mansearch.c \
                      mansearch.h \
                    mdoc.7 \                     mdoc.7 \
                    mdoc.c \                     mdoc.c \
                    mdoc.h \                     mdoc.h \

Legend:
Removed from v.1.409  
changed lines
  Added in v.1.410

CVSweb