]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - dist.mk
ncurses 4.2
[ncurses.git] / dist.mk
diff --git a/dist.mk b/dist.mk
index 91d0b25aaae4e134904e200472cd7914dfc95eb1..d6a4efc257df0562d576239bea55a04c4d4bfcd4 100644 (file)
--- a/dist.mk
+++ b/dist.mk
@@ -1,4 +1,4 @@
-# $Id: dist.mk,v 1.38 1997/05/16 00:33:41 tom Exp $
+# $Id: dist.mk,v 1.82 1998/02/28 23:10:59 tom Exp $
 # Makefile for creating ncurses distributions.
 #
 # This only needs to be used directly as a makefile by developers, but
@@ -9,8 +9,8 @@ SHELL = /bin/sh
 
 # These define the major/minor/patch versions of ncurses.
 NCURSES_MAJOR = 4
-NCURSES_MINOR = 1
-NCURSES_PATCH = 970515
+NCURSES_MINOR = 2
+NCURSES_PATCH = 980228
 
 # We don't append the patch to the version, since this only applies to releases
 VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)
@@ -50,6 +50,12 @@ EXCEPTIONS = 'announce.html$\\|ANNOUNCE\\|misc/.*\\.doc\\|man/terminfo.5\\|lib_g
 writelock:
        for x in `grep -v $(EXCEPTIONS) MANIFEST`; do if [ ! -f `dirname $$x`/RCS/`basename $$x`,v ]; then chmod a-w $${x}; fi; done
 
+# This only works on a clean source tree, of course.
+MANIFEST:
+       -rm -f $@
+       touch $@
+       find . -type f -print |sort | fgrep -v .lsm |fgrep -v .spec >$@
+
 TAGS:
        etags */*.[ch]