diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-11-28 11:03:03 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-11-28 11:03:03 +0200 |
commit | dd12118b099c20595e12cdefef2f7a5936b100c5 (patch) | |
tree | 06848a8d0418c4bd80b7325fe72cc79a2aa360ed /README.solver | |
parent | b4dd218f9eca2c4edf887761241843e70c6b5e8f (diff) |
Make it possible to tab-complete "solv" to "solver"...
Change-Id: I55895a1b55696ed20e3fcdcafa919879bf304398
Diffstat (limited to 'README.solver')
-rwxr-xr-x | README.solver | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.solver b/README.solver new file mode 100755 index 000000000000..b0e06ea950d1 --- /dev/null +++ b/README.solver @@ -0,0 +1,9 @@ +solver means "Solar Version", a weird name with only historical significance now + +It has no relation to the verb "to solve". + +solver is the directory tree into which header files for inter-module +use and build results (libraries, shared libraries, executables) are +copied ("delivered") during the build, and from where they are then +picked up when constructing an installer (Windows), a RPM or deb +package (Linux) or an app bundle (Mac). |