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

Diff for /mandoc/Makefile between version 1.454 and 1.457

version 1.454, 2015/02/03 21:16:02 version 1.457, 2015/03/13 12:35:32
Line 1 
Line 1 
 # $Id$  # $Id$
 #  #
 # Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>  # Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
 # Copyright (c) 2011, 2013, 2014 Ingo Schwarze <schwarze@openbsd.org>  # Copyright (c) 2011, 2013, 2014, 2015 Ingo Schwarze <schwarze@openbsd.org>
 #  #
 # Permission to use, copy, modify, and distribute this software for any  # Permission to use, copy, modify, and distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above  # purpose with or without fee is hereby granted, provided that the above
Line 15 
Line 15 
 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF  # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.  # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   
   VERSION = 1.13.3
   
 # === LIST OF FILES ====================================================  # === LIST OF FILES ====================================================
   
 TESTSRCS         = test-dirent-namlen.c \  TESTSRCS         = test-dirent-namlen.c \
Line 31  TESTSRCS  = test-dirent-namlen.c \
Line 33  TESTSRCS  = test-dirent-namlen.c \
                    test-strlcpy.c \                     test-strlcpy.c \
                    test-strptime.c \                     test-strptime.c \
                    test-strsep.c \                     test-strsep.c \
                      test-strtonum.c \
                    test-wchar.c                     test-wchar.c
   
 SRCS             = att.c \  SRCS             = att.c \
Line 46  SRCS   = att.c \
Line 49  SRCS   = att.c \
                    compat_strlcat.c \                     compat_strlcat.c \
                    compat_strlcpy.c \                     compat_strlcpy.c \
                    compat_strsep.c \                     compat_strsep.c \
                      compat_strtonum.c \
                    demandoc.c \                     demandoc.c \
                    eqn.c \                     eqn.c \
                    eqn_html.c \                     eqn_html.c \
Line 189  COMPAT_OBJS  = compat_fgetln.o \
Line 193  COMPAT_OBJS  = compat_fgetln.o \
                    compat_strcasestr.o \                     compat_strcasestr.o \
                    compat_strlcat.o \                     compat_strlcat.o \
                    compat_strlcpy.o \                     compat_strlcpy.o \
                    compat_strsep.o                     compat_strsep.o \
                      compat_strtonum.o
   
 MANDOC_HTML_OBJS = eqn_html.o \  MANDOC_HTML_OBJS = eqn_html.o \
                    html.o \                     html.o \

Legend:
Removed from v.1.454  
changed lines
  Added in v.1.457

CVSweb