diff options
author | Simon Howard | 2010-02-05 03:27:14 +0000 |
---|---|---|
committer | Simon Howard | 2010-02-05 03:27:14 +0000 |
commit | ff7fff78ec179f401a60b839eb522e08a9f5b5ca (patch) | |
tree | 5c9e4d9f4345fa49a741ce181a4f56274b256bf9 /pkg/win32/GNUmakefile | |
parent | b42f8f4ff9a282c61c7f578bea13c84e845675c3 (diff) | |
download | chocolate-doom-ff7fff78ec179f401a60b839eb522e08a9f5b5ca.tar.gz chocolate-doom-ff7fff78ec179f401a60b839eb522e08a9f5b5ca.tar.bz2 chocolate-doom-ff7fff78ec179f401a60b839eb522e08a9f5b5ca.zip |
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
Diffstat (limited to 'pkg/win32/GNUmakefile')
-rw-r--r-- | pkg/win32/GNUmakefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |