From a1e79a3ba1c5f24c322e09278660ef03a0e0f1f4 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 15 Sep 2013 23:22:06 +0000 Subject: Fix copying of CMDLINE files for Mac package build. Subversion-branch: /branches/v2-branch Subversion-revision: 2654 --- pkg/osx/GNUmakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkg/osx/GNUmakefile b/pkg/osx/GNUmakefile index f1cdbb11..4a0da504 100644 --- a/pkg/osx/GNUmakefile +++ b/pkg/osx/GNUmakefile @@ -99,7 +99,9 @@ $(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,heretic,hexen,strife} $(APP_DOC_DIR) + cp $(TOPLEVEL)/man/CMDLINE.doom $(TOPLEVEL)/man/CMDLINE.heretic \ + $(TOPLEVEL)/man/CMDLINE.hexen $(TOPLEVEL)/man/CMDLINE.strife \ + "$(APP_DOC_DIR)" cp disk/dir.DS_Store $(STAGING_DIR)/.DS_Store cp disk/background.png $(STAGING_DIR)/background.png -- cgit v1.2.3