shithub: choc

Download patch

ref: e197f3e5fc5f9bae9b2de05df98b64ba4b902821
parent: 716a36949a596d4cdce3eae2da86d4a07d24b13c
author: Simon Howard <[email protected]>
date: Sun Sep 15 22:05:27 EDT 2013

Only include NOT-BUGS in releases of Doom binaries, not other games.

Subversion-branch: /branches/v2-branch
Subversion-revision: 2662

--- a/pkg/config.make.in
+++ b/pkg/config.make.in
@@ -22,6 +22,5 @@
 DOC_FILES = README       \
             COPYING      \
             ChangeLog    \
-            NEWS         \
-            NOT-BUGS
+            NEWS
 
--- 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.