diff options
-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. |