summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'pkg')
-rw-r--r--pkg/config.make.in7
-rw-r--r--pkg/win32/GNUmakefile2
2 files changed, 4 insertions, 5 deletions
diff --git a/pkg/config.make.in b/pkg/config.make.in
index 87d28b36..edbc637b 100644
--- a/pkg/config.make.in
+++ b/pkg/config.make.in
@@ -19,8 +19,9 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
# Documentation files to distribute with packages.
-DOC_FILES = README \
- COPYING \
- ChangeLog \
+DOC_FILES = README \
+ README.Music \
+ COPYING \
+ ChangeLog \
NEWS
diff --git a/pkg/win32/GNUmakefile b/pkg/win32/GNUmakefile
index e84dbe18..c64baaed 100644
--- a/pkg/win32/GNUmakefile
+++ b/pkg/win32/GNUmakefile
@@ -13,8 +13,6 @@ DLL_FILES=$(TOPLEVEL)/src/SDL.dll \
$(TOPLEVEL)/src/SDL_mixer.dll \
$(TOPLEVEL)/src/SDL_net.dll
-DOC_FILES += README.OPL
-
all: $(ZIPS)
$(ZIPS):