summaryrefslogtreecommitdiff
path: root/Makefile.bundle.in
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2008-10-16 11:04:07 +0000
committertruebrain <truebrain@openttd.org>2008-10-16 11:04:07 +0000
commit7610bf2cb4a492d919a59150ed67e9bf77d82511 (patch)
tree01613ad888ec42cba6a44e73b043077b122eca2f /Makefile.bundle.in
parente354b614e94c9f8e7cb15f391fea050e7a3df9a8 (diff)
downloadopenttd-7610bf2cb4a492d919a59150ed67e9bf77d82511.tar.xz
(svn r14473) -Fix: also install the root .txt and COPYING files to docs/
Diffstat (limited to 'Makefile.bundle.in')
-rw-r--r--Makefile.bundle.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.bundle.in b/Makefile.bundle.in
index 07fa8a365..f5ac2c5fa 100644
--- a/Makefile.bundle.in
+++ b/Makefile.bundle.in
@@ -145,6 +145,8 @@ install: bundle
$(Q)install -m 644 "$(BUNDLE_DIR)/lang/"* "$(INSTALL_DATA_DIR)/lang"
$(Q)install -m 644 "$(BUNDLE_DIR)/data/"* "$(INSTALL_DATA_DIR)/data"
$(Q)install -m 644 "$(BUNDLE_DIR)/docs/"* "$(INSTALL_DOC_DIR)"
+ $(Q)install -m 644 "$(BUNDLE_DIR)/"*.txt "$(INSTALL_DOC_DIR)"
+ $(Q)install -m 644 "$(BUNDLE_DIR)/COPYING" "$(INSTALL_DOC_DIR)"
$(Q)install -m 644 "$(BUNDLE_DIR)/media/openttd.32.xpm" "$(INSTALL_ICON_DIR)"
ifdef ICON_THEME_DIR
$(Q)install -d "$(INSTALL_ICON_THEME_DIR)"