]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - dist.mk
ncurses 6.4 - patch 20240420
[ncurses.git] / dist.mk
diff --git a/dist.mk b/dist.mk
index ba3338a461345f6bd173dadc476ffe220cbefce7..d7360f7cbf3913bbdcc9d8821b7515f55fee58d2 100644 (file)
--- a/dist.mk
+++ b/dist.mk
@@ -26,7 +26,7 @@
 # use or other dealings in this Software without prior written               #
 # authorization.                                                             #
 ##############################################################################
-# $Id: dist.mk,v 1.1591 2024/01/06 11:19:36 tom Exp $
+# $Id: dist.mk,v 1.1608 2024/04/20 10:17:21 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 = 4
-NCURSES_PATCH = 20240106
+NCURSES_PATCH = 20240420
 
 # We don't append the patch to the version, since this only applies to releases
 VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)
@@ -135,8 +135,9 @@ manhtml:
           if [ -f doc/html/$$g ]; then chmod +w doc/html/$$g; fi;\
           echo "Converting $$m to HTML" ;\
           echo '<!--' > doc/html/man/$$g ;\
-          $${EGREP-grep -E} '^.\\"[^#]' $$f | \
-               sed     -e 's/\$$/@/g' \
+               sed     -e '/^\.[a-zA-Z]/,99999d' $$f | \
+               $${EGREP-grep -E} '^.\\"[^#]' | \
+               sed     -e 's/\$$/@/g' \
                        -e 's/^.../  */' \
                        -e 's/</\&lt;/g' \
                        -e 's/>/\&gt;/g' \