From e197f3e5fc5f9bae9b2de05df98b64ba4b902821 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 16 Sep 2013 02:05:27 +0000 Subject: Only include NOT-BUGS in releases of Doom binaries, not other games. Subversion-branch: /branches/v2-branch Subversion-revision: 2662 --- pkg/config.make.in | 3 +-- pkg/osx/GNUmakefile | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'pkg') diff --git a/pkg/config.make.in b/pkg/config.make.in index b5e0209a..87d28b36 100644 --- a/pkg/config.make.in +++ b/pkg/config.make.in @@ -22,6 +22,5 @@ PACKAGE_VERSION = @PACKAGE_VERSION@ DOC_FILES = README \ COPYING \ ChangeLog \ - NEWS \ - NOT-BUGS + NEWS diff --git a/pkg/osx/GNUmakefile b/pkg/osx/GNUmakefile index f49d3932..f4ad51da 100644 --- a/pkg/osx/GNUmakefile +++ b/pkg/osx/GNUmakefile @@ -6,7 +6,7 @@ include ../config.make -DOC_FILES += README.Strife +DOC_FILES += README.Strife NOT-BUGS # Build so that the package will work on older versions. -- cgit v1.2.3