Deleted Added
full compact
dist.mk (97049) dist.mk (98503)
1# $Id: dist.mk,v 1.303 2002/05/18 19:18:04 tom Exp $
1# $Id: dist.mk,v 1.306 2002/06/15 17:13:40 tom Exp $
2# Makefile for creating ncurses distributions.
3#
4# This only needs to be used directly as a makefile by developers, but
5# configure mines the current version number out of here. To move
6# to a new version number, just edit this file and run configure.
7#
8SHELL = /bin/sh
9
10# These define the major/minor/patch versions of ncurses.
11NCURSES_MAJOR = 5
12NCURSES_MINOR = 2
2# Makefile for creating ncurses distributions.
3#
4# This only needs to be used directly as a makefile by developers, but
5# configure mines the current version number out of here. To move
6# to a new version number, just edit this file and run configure.
7#
8SHELL = /bin/sh
9
10# These define the major/minor/patch versions of ncurses.
11NCURSES_MAJOR = 5
12NCURSES_MINOR = 2
13NCURSES_PATCH = 20020518
13NCURSES_PATCH = 20020615
14
15# We don't append the patch to the version, since this only applies to releases
16VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)
17
18DUMP = lynx -dump
19DUMP2 = $(DUMP) -nolist
20
21GNATHTML= `type -p gnathtml || type -p gnathtml.pl`

--- 113 unchanged lines hidden ---
14
15# We don't append the patch to the version, since this only applies to releases
16VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)
17
18DUMP = lynx -dump
19DUMP2 = $(DUMP) -nolist
20
21GNATHTML= `type -p gnathtml || type -p gnathtml.pl`

--- 113 unchanged lines hidden ---