diff options
author | Simon Howard | 2013-09-16 02:05:27 +0000 |
---|---|---|
committer | Simon Howard | 2013-09-16 02:05:27 +0000 |
commit | e197f3e5fc5f9bae9b2de05df98b64ba4b902821 (patch) | |
tree | 127ce9fe592d8173378605c9931fb8f9ba22fa89 | |
parent | 716a36949a596d4cdce3eae2da86d4a07d24b13c (diff) | |
download | chocolate-doom-e197f3e5fc5f9bae9b2de05df98b64ba4b902821.tar.gz chocolate-doom-e197f3e5fc5f9bae9b2de05df98b64ba4b902821.tar.bz2 chocolate-doom-e197f3e5fc5f9bae9b2de05df98b64ba4b902821.zip |
Only include NOT-BUGS in releases of Doom binaries, not other games.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2662
-rw-r--r-- | pkg/config.make.in | 3 | ||||
-rw-r--r-- | 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. |