summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorSimon Howard2014-04-05 14:50:04 -0400
committerSimon Howard2014-04-05 14:50:04 -0400
commitb747d063878ea314e8a8da3c396c20f7cc1e37ec (patch)
tree34eec092920137e2982added8d47d0dd1206a42e /pkg
parent60309a7b1574058754539b7b9cbe52d0e476d1bc (diff)
downloadchocolate-doom-b747d063878ea314e8a8da3c396c20f7cc1e37ec.tar.gz
chocolate-doom-b747d063878ea314e8a8da3c396c20f7cc1e37ec.tar.bz2
chocolate-doom-b747d063878ea314e8a8da3c396c20f7cc1e37ec.zip
Rename README.OPL to README.Music and extend.
Chocolate Doom now has a bewildering array of different options for music playback and it's worth documenting them properly. Extend the existing README.OPL file to describe the other options that are available, and rename it to README.Music as it's no longer just about OPL playback.
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):