diff options
author | matthijs <matthijs@openttd.org> | 2004-12-15 22:46:53 +0000 |
---|---|---|
committer | matthijs <matthijs@openttd.org> | 2004-12-15 22:46:53 +0000 |
commit | 38edb9a1fc0dba635ba707a6345256db30bf8b67 (patch) | |
tree | da8f165eaf9edc86e5adc89d48f2346f799b5f05 /os/debian/rules | |
parent | a148ff4e0d22b9d09b13395e57ff4800cdf07729 (diff) | |
download | openttd-38edb9a1fc0dba635ba707a6345256db30bf8b67.tar.xz |
(svn r1118) * Added a minimal manpage with references to where to get real info
* Specified installation locations in the os/debian/rules script so it works now.
Diffstat (limited to 'os/debian/rules')
-rw-r--r-- | os/debian/rules | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/os/debian/rules b/os/debian/rules index 8c67770b7..7a67e7833 100644 --- a/os/debian/rules +++ b/os/debian/rules @@ -34,11 +34,8 @@ build-stamp: configure-stamp # Add here commands to compile the package. - # we specifiy MANUAL_CONFIG here, so our settings take precedence over - # the ones in the existing Makefile.config (actually, the existing - # Makefile.config is not used at all, though it is overwritten) rm Makefile.config - $(MAKE) PREFIX=/usr MIDI=/usr/bin/timidity INSTALL=1 + $(MAKE) PREFIX=/usr MIDI=/usr/bin/timidity INSTALL=1 BINARY_DIR=games DATA_DIR=share/games/openttd PERSONAL_DIR=.openttd USE_HOMEDIR=1 #/usr/bin/docbook-to-man debian/openttd.sgml > openttd.1 |