From e4e5387b31550cd771b0ae77db18a2914a82688a Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 15 Sep 2013 23:37:13 +0000 Subject: Name OS X CMDLINE.game files as CMDLINE-game, so that they are not considered as invalid file extensions. Subversion-branch: /branches/v2-branch Subversion-revision: 2656 --- pkg/osx/GNUmakefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'pkg/osx/GNUmakefile') diff --git a/pkg/osx/GNUmakefile b/pkg/osx/GNUmakefile index 4a0da504..b998f77e 100644 --- a/pkg/osx/GNUmakefile +++ b/pkg/osx/GNUmakefile @@ -99,9 +99,10 @@ $(STAGING_DIR): launcher $(TOPLEVEL_DOCS) mkdir -p "$(APP_BIN_DIR)/man/man5" "$(APP_BIN_DIR)/man/man6" cp $(TOPLEVEL)/man/*.5 "$(APP_BIN_DIR)/man/man5" cp $(TOPLEVEL)/man/*.6 "$(APP_BIN_DIR)/man/man6" - cp $(TOPLEVEL)/man/CMDLINE.doom $(TOPLEVEL)/man/CMDLINE.heretic \ - $(TOPLEVEL)/man/CMDLINE.hexen $(TOPLEVEL)/man/CMDLINE.strife \ - "$(APP_DOC_DIR)" + for game in doom heretic hexen strife; do \ + cp $(TOPLEVEL)/man/CMDLINE.$$game \ + "$(APP_DOC_DIR)/CMDLINE-$$game"; \ + done cp disk/dir.DS_Store $(STAGING_DIR)/.DS_Store cp disk/background.png $(STAGING_DIR)/background.png -- cgit v1.2.3