summaryrefslogtreecommitdiff
path: root/pkg/osx/GNUmakefile
diff options
context:
space:
mode:
authorSimon Howard2010-01-04 22:24:48 +0000
committerSimon Howard2010-01-04 22:24:48 +0000
commitdfff86ebefb6044183022016da67c7cae691b973 (patch)
treee35572c0dbc45b0c10c8d5a8095777151922b874 /pkg/osx/GNUmakefile
parentc94870783a025514286df1d8bb43cf616b865547 (diff)
downloadchocolate-doom-dfff86ebefb6044183022016da67c7cae691b973.tar.gz
chocolate-doom-dfff86ebefb6044183022016da67c7cae691b973.tar.bz2
chocolate-doom-dfff86ebefb6044183022016da67c7cae691b973.zip
Include documentation files in package.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1787
Diffstat (limited to 'pkg/osx/GNUmakefile')
-rw-r--r--pkg/osx/GNUmakefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/pkg/osx/GNUmakefile b/pkg/osx/GNUmakefile
index 67f0fed8..82c353fe 100644
--- a/pkg/osx/GNUmakefile
+++ b/pkg/osx/GNUmakefile
@@ -3,6 +3,14 @@ include config.make
STAGING_DIR=staging
DMG=$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).dmg
+DOC_FILES=\
+ README \
+ COPYING \
+ ChangeLog \
+ NEWS \
+ BUGS \
+ CMDLINE \
+ TODO
ifndef GNUSTEP_MAKEFILES
@@ -25,7 +33,7 @@ $(STAGING_DIR): launcher
cp Info.plist "$(APP_DIR)/Contents/"
cp launcher "$(APP_DIR)/Contents/MacOS/"
# TODO: copy Doom and setup binaries into app dir
- # TODO: copy other documentation into staging dir
+ for d in $(DOC_FILES); do cp ../../$$d $(STAGING_DIR)/; done
find $(STAGING_DIR) -name .svn -delete -exec rm -rf {} \; || true
clean : launcher_clean