summaryrefslogtreecommitdiff
path: root/makefiledir/Makefile.config_writer
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2004-09-18 16:29:12 +0000
committerbjarni <bjarni@openttd.org>2004-09-18 16:29:12 +0000
commitd1a88cbbca61f017ebb21e3963240e1b8b76dc87 (patch)
tree4b7777894eeae4ab6637aee5ef2b00a4df800826 /makefiledir/Makefile.config_writer
parentf5a50c0007f3940a289f3061e2945631912107e9 (diff)
downloadopenttd-d1a88cbbca61f017ebb21e3963240e1b8b76dc87.tar.xz
(svn r291) Minor fix to english.txt
added debian support (blathijs) improved make install (blathijs)
Diffstat (limited to 'makefiledir/Makefile.config_writer')
-rw-r--r--makefiledir/Makefile.config_writer11
1 files changed, 5 insertions, 6 deletions
diff --git a/makefiledir/Makefile.config_writer b/makefiledir/Makefile.config_writer
index 529accfee..e2c698e99 100644
--- a/makefiledir/Makefile.config_writer
+++ b/makefiledir/Makefile.config_writer
@@ -27,14 +27,13 @@ $(MAKE_CONFIG):
$(call CONFIG_LINE,SUPRESS_LANG_ERRORS:=$(SUPRESS_LANG_ERRORS))
$(call CONFIG_LINE,)
- $(call CONFIG_LINE,\# DATA_DIR_PREFIX is the path to OpenTTD. It can be absolute or relative)
- $(call CONFIG_LINE,\# USE_HOMEDIR sets \~/ in front of DATA_DIR_PREFIX so it uses the homedir)
- $(call CONFIG_LINE,\# do not type \~/ yourself because that will not work)
- $(call CONFIG_LINE,\# Folders should end with /)
+ $(call CONFIG_LINE,\# See Makefile for details on these paths)
+ $(call CONFIG_LINE,\# Folders should not end with /)
+ $(call CONFIG_LINE,INSTALL:=$(INSTALL))
+ $(call CONFIG_LINE,PREFIX:=$(PREFIX))
$(call CONFIG_LINE,BINARY_DIR:=$(BINARY_DIR))
- $(call CONFIG_LINE,INSTALL_DIR:=$(INSTALL_DIR))
+ $(call CONFIG_LINE,DATA_DIR:=$(DATA_DIR))
$(call CONFIG_LINE,USE_HOMEDIR:=$(USE_HOMEDIR))
- $(call CONFIG_LINE,GAME_DATA_DIR:=$(GAME_DATA_DIR))
$(call CONFIG_LINE,PERSONAL_DIR:=$(PERSONAL_DIR))
$(call CONFIG_LINE,)