commit ff7fff78ec179f401a60b839eb522e08a9f5b5ca
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Fri Feb 5 03:27:14 2010 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Fri Feb 5 03:27:14 2010 +0000
Only distribute README.OPL in the Windows package, don't bother
including it in the Mac OS X package.
Subversion-branch: /branches/opl-branch
Subversion-revision: 1843
---
pkg/config.make.in | 1 -
pkg/win32/GNUmakefile | 2 ++
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pkg/config.make.in b/pkg/config.make.in
index 6bda7471..d8d72c60 100644
--- a/pkg/config.make.in
+++ b/pkg/config.make.in
@@ -19,7 +19,6 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
# Documentation files to distribute with packages.
DOC_FILES = README \
- README.OPL \
COPYING \
ChangeLog \
NEWS \
diff --git a/pkg/win32/GNUmakefile b/pkg/win32/GNUmakefile
index 626f1845..31968795 100644
--- a/pkg/win32/GNUmakefile
+++ b/pkg/win32/GNUmakefile
@@ -11,6 +11,8 @@ DLL_FILES=$(TOPLEVEL)/src/SDL.dll \
$(TOPLEVEL)/src/SDL_mixer.dll \
$(TOPLEVEL)/src/SDL_net.dll
+DOC_FILES += README.OPL
+
ZIP=$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)-win32.zip
$(ZIP) : staging