commit e197f3e5fc5f9bae9b2de05df98b64ba4b902821
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Mon Sep 16 02:05:27 2013 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Mon Sep 16 02:05:27 2013 +0000
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(-)
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.