X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=dist.mk;h=0af9fc06045927d7c0b86d3adbae96d83a6701df;hb=80803f3a4a1fbdebb4de105cef9a10af36230f3c;hp=ba45ee8c033cd84fec30f75bb79662ecca5eda9a;hpb=e6bb3226cdd35f5fd9f45bb1685cc2203c889480;p=ncurses.git diff --git a/dist.mk b/dist.mk index ba45ee8c..0af9fc06 100644 --- a/dist.mk +++ b/dist.mk @@ -1,5 +1,5 @@ ############################################################################## -# Copyright 2018-2020,2021 Thomas E. Dickey # +# Copyright 2018-2021,2022 Thomas E. Dickey # # Copyright 1998-2017,2018 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # @@ -26,7 +26,7 @@ # use or other dealings in this Software without prior written # # authorization. # ############################################################################## -# $Id: dist.mk,v 1.1456 2021/12/19 11:24:57 tom Exp $ +# $Id: dist.mk,v 1.1488 2022/06/25 10:58:36 tom Exp $ # Makefile for creating ncurses distributions. # # This only needs to be used directly as a makefile by developers, but @@ -38,7 +38,7 @@ SHELL = /bin/sh # These define the major/minor/patch versions of ncurses. NCURSES_MAJOR = 6 NCURSES_MINOR = 3 -NCURSES_PATCH = 20211219 +NCURSES_PATCH = 20220625 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR) @@ -126,7 +126,6 @@ manhtml: @misc/csort < subst.tmp | uniq > subst.sed @echo '/<\/TITLE>/a\' >> subst.sed @echo '\' >> subst.sed - @echo '' >> subst.sed @rm -f subst.tmp @for f in man/*.[0-9]* ; do \ m=`basename $$f` ;\