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

Diff for /mandoc/Makefile between version 1.518 and 1.519

version 1.518, 2018/02/27 11:16:23 version 1.519, 2018/07/31 15:34:00
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-2017 Ingo Schwarze <schwarze@openbsd.org>  # Copyright (c) 2011, 2013-2018 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.14.3  VERSION = 1.14.4
   
 # === LIST OF FILES ====================================================  # === LIST OF FILES ====================================================
   
Line 30  TESTSRCS  = test-be32toh.c \
Line 30  TESTSRCS  = test-be32toh.c \
                    test-isblank.c \                     test-isblank.c \
                    test-mkdtemp.c \                     test-mkdtemp.c \
                    test-nanosleep.c \                     test-nanosleep.c \
                      test-noop.c \
                    test-ntohl.c \                     test-ntohl.c \
                    test-O_DIRECTORY.c \                     test-O_DIRECTORY.c \
                    test-ohash.c \                     test-ohash.c \
Line 547  regress-distcheck:
Line 548  regress-distcheck:
                 ! -path regress/regress.pl \                  ! -path regress/regress.pl \
                 ! -path regress/regress.pl.1                  ! -path regress/regress.pl.1
   
 dist: mandoc.sha256  dist: mandoc-$(VERSION).sha256
   
 mandoc.sha256: mandoc.tar.gz  mandoc-$(VERSION).sha256: mandoc-$(VERSION).tar.gz
         sha256 mandoc.tar.gz > $@          sha256 mandoc-$(VERSION).tar.gz > $@
   
 mandoc.tar.gz: $(DISTFILES)  mandoc-$(VERSION).tar.gz: $(DISTFILES)
         ls regress/*/*/*.mandoc_* && exit 1 || true          ls regress/*/*/*.mandoc_* && exit 1 || true
         mkdir -p .dist/mandoc-$(VERSION)/          mkdir -p .dist/mandoc-$(VERSION)/
         $(INSTALL) -m 0644 $(DISTFILES) .dist/mandoc-$(VERSION)          $(INSTALL) -m 0644 $(DISTFILES) .dist/mandoc-$(VERSION)

Legend:
Removed from v.1.518  
changed lines
  Added in v.1.519

CVSweb