diff options
author | matthijs <matthijs@openttd.org> | 2006-03-08 23:21:32 +0000 |
---|---|---|
committer | matthijs <matthijs@openttd.org> | 2006-03-08 23:21:32 +0000 |
commit | 7f99d05a6ce3a84189b79199fc3a85367300adc9 (patch) | |
tree | 667a300e4e6b7b0fc0c21ade848dbc94b235c11d /scenario/README | |
parent | 13cadd18df4db750b9d07c336052b8612855cda0 (diff) | |
download | openttd-7f99d05a6ce3a84189b79199fc3a85367300adc9.tar.xz |
(svn r3802) * Add a dummy file in the scenario dir to make the makefile stop complaining on make install (temporary hack).
Diffstat (limited to 'scenario/README')
-rw-r--r-- | scenario/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scenario/README b/scenario/README new file mode 100644 index 000000000..48e872cc2 --- /dev/null +++ b/scenario/README @@ -0,0 +1,4 @@ +You can place you scenarios in this dir. + +This file is really here to make the Makefile happy, it should be modified to +properly handle scenarios (or maybe even not at all...). |