README.solver | 9 +++++++++ solver.README | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-)
New commits: commit dd12118b099c20595e12cdefef2f7a5936b100c5 Author: Tor Lillqvist <[email protected]> Date: Wed Nov 28 11:03:03 2012 +0200 Make it possible to tab-complete "solv" to "solver"... Change-Id: I55895a1b55696ed20e3fcdcafa919879bf304398 diff --git a/README.solver b/README.solver new file mode 100755 index 0000000..b0e06ea --- /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). diff --git a/solver.README b/solver.README deleted file mode 100755 index b0e06ea..0000000 --- a/solver.README +++ /dev/null @@ -1,9 +0,0 @@ -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). _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
