summaryrefslogtreecommitdiff
path: root/Makefile.bundle.in
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2008-10-16 10:58:26 +0000
committertruebrain <truebrain@openttd.org>2008-10-16 10:58:26 +0000
commite354b614e94c9f8e7cb15f391fea050e7a3df9a8 (patch)
tree95616e73c1d2210218a8e14dbe98f508575e8eb5 /Makefile.bundle.in
parent7f5f0fea42ab013f6b6db2b3d434fc2a3f8eb541 (diff)
downloadopenttd-e354b614e94c9f8e7cb15f391fea050e7a3df9a8.tar.xz
(svn r14472) -Fix: add docs/obg_format.txt in bundles too
Diffstat (limited to 'Makefile.bundle.in')
-rw-r--r--Makefile.bundle.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.bundle.in b/Makefile.bundle.in
index 61c15700f..07fa8a365 100644
--- a/Makefile.bundle.in
+++ b/Makefile.bundle.in
@@ -58,6 +58,7 @@ endif
$(Q)cp "$(ROOT_DIR)/readme.txt" "$(BUNDLE_DIR)/"
$(Q)cp "$(ROOT_DIR)/COPYING" "$(BUNDLE_DIR)/"
$(Q)cp "$(ROOT_DIR)/known-bugs.txt" "$(BUNDLE_DIR)/"
+ $(Q)cp "$(ROOT_DIR)/docs/obg_format.txt" "$(BUNDLE_DIR)/docs/"
$(Q)cp "$(ROOT_DIR)/docs/multiplayer.txt" "$(BUNDLE_DIR)/docs/"
$(Q)cp "$(ROOT_DIR)/docs/32bpp.txt" "$(BUNDLE_DIR)/docs/"
$(Q)cp "$(ROOT_DIR)/changelog.txt" "$(BUNDLE_DIR)/"