X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=dist.mk;h=e592e3fcf55a14c0f870b5b3ae5c6896889544ee;hp=9d7ef8865c833164a6537fc6c8cffbd0cc5b6046;hb=6a5e1ae3015763934a358df2680a77458ca3e342;hpb=55ccd2b959766810cf7db8d1c4462f338ce0afc8 diff --git a/dist.mk b/dist.mk index 9d7ef886..e592e3fc 100644 --- a/dist.mk +++ b/dist.mk @@ -1,4 +1,31 @@ -# $Id: dist.mk,v 1.498 2005/10/09 14:41:57 tom Exp $ +############################################################################## +# Copyright (c) 1998-2007,2008 Free Software Foundation, Inc. # +# # +# Permission is hereby granted, free of charge, to any person obtaining a # +# copy of this software and associated documentation files (the "Software"), # +# to deal in the Software without restriction, including without limitation # +# the rights to use, copy, modify, merge, publish, distribute, distribute # +# with modifications, sublicense, and/or sell copies of the Software, and to # +# permit persons to whom the Software is furnished to do so, subject to the # +# following conditions: # +# # +# The above copyright notice and this permission notice shall be included in # +# all copies or substantial portions of the Software. # +# # +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL # +# THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING # +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # +# DEALINGS IN THE SOFTWARE. # +# # +# Except as contained in this notice, the name(s) of the above copyright # +# holders shall not be used in advertising or otherwise to promote the sale, # +# use or other dealings in this Software without prior written # +# authorization. # +############################################################################## +# $Id: dist.mk,v 1.637 2008/04/05 15:27:36 tom Exp $ # Makefile for creating ncurses distributions. # # This only needs to be used directly as a makefile by developers, but @@ -9,16 +36,18 @@ SHELL = /bin/sh # These define the major/minor/patch versions of ncurses. NCURSES_MAJOR = 5 -NCURSES_MINOR = 5 -NCURSES_PATCH = 20051010 +NCURSES_MINOR = 6 +NCURSES_PATCH = 20080405 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR) -# The most recent html files were generated with lynx 2.8.5, configured with +# The most recent html files were generated with lynx 2.8.6, using ncurses +# configured with # --without-manpage-renames -# on Debian/testing. -DUMP = lynx -dump +# on Debian/testing. The -scrollbar and -width options are used to make lynx +# use 79 columns as it did in 2.8.5 and before. +DUMP = lynx -dump -scrollbar=0 -width=79 DUMP2 = $(DUMP) -nolist GNATHTML= `type -p gnathtml || type -p gnathtml.pl` @@ -77,6 +106,7 @@ manhtml: fi ;\ done # change some things to make weblint happy: + @cat man_alias.sed >> subst.tmp @echo 's///g' >> subst.tmp @echo 's/<\/B>/<\/STRONG>/g' >> subst.tmp @echo 's///g' >> subst.tmp