diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-02-06 19:37:19 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-02-06 19:37:19 +0200 |
commit | 0a3b339384b2b8dc98b470d5dee41fb1a93f2e7f (patch) | |
tree | 3b8bb96258208be52419f29786101b00b25b4dec /readme.txt | |
parent | a21acc1f464e5eb86abe2e02de22eec10680271d (diff) | |
download | meson-0a3b339384b2b8dc98b470d5dee41fb1a93f2e7f.zip meson-0a3b339384b2b8dc98b470d5dee41fb1a93f2e7f.tar.gz meson-0a3b339384b2b8dc98b470d5dee41fb1a93f2e7f.tar.bz2 |
Renamed generators file.
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ called 'builder.txt'. To generate the build system run this command: builder.py <source directory> <build directory> -You can omit either of the two directories, and Builder will subsitute +You can omit either of the two directories, and Builder will substitute the current directory and autodetect what you mean. This mean that you can do things like this: |