diff options
author | bjarni <bjarni@openttd.org> | 2007-01-02 21:37:23 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2007-01-02 21:37:23 +0000 |
commit | 116913293a1a8e9ef6cd6fe2c07ba2cd2f172ed2 (patch) | |
tree | 96de5b267a1944e461dc2b4f016de0ba46771d66 | |
parent | 35d6566d3cba2d2853b62fe3c3fabe765bd968fc (diff) | |
download | openttd-116913293a1a8e9ef6cd6fe2c07ba2cd2f172ed2.tar.xz |
(svn r7771) -Fix: [OSX] make bundle no longer copies docs/OSX_why_multiple_applications.txt, since we no longer got that outdated file
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 6c1131abf..8f6b1d3f7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -157,7 +157,6 @@ ifdef OSXAPP $(Q)cp "$(ROOT_DIR)/os/macosx/openttd.icns" "$(BUNDLE_DIR)/$(OSXAPP)/Contents/Resources/openttd.icns" $(Q)$(ROOT_DIR)/os/macosx/plistgen.sh "${BUNDLE_DIR}/$(OSXAPP)" "$(REV)" $(Q)cp "$(ROOT_DIR)/docs/OSX_install_instructions.txt" "$(BUNDLE_DIR)/docs/" - $(Q)cp "$(ROOT_DIR)/docs/OSX_why_multiple_applications.txt" "$(BUNDLE_DIR)/docs/" $(Q)cp "$(ROOT_DIR)/os/macosx/splash.png" "$(DATA_DIR)" endif $(Q)cp "$(BIN_DIR)/$(TTD)" "$(TTD_DIR)/" |