summaryrefslogtreecommitdiff
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
commit9b683c385640bb021a72e27443311e75a610eddc (patch)
tree95616e73c1d2210218a8e14dbe98f508575e8eb5
parent3728d646245a1bfab35bbd6532d1b0d3d5289e93 (diff)
downloadopenttd-9b683c385640bb021a72e27443311e75a610eddc.tar.xz
(svn r14472) -Fix: add docs/obg_format.txt in bundles too
-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)/"