Branch: refs/heads/master Author: Frank Lanitz frank@frank.uvena.de Committer: Frank Lanitz frank@frank.uvena.de Date: Sat, 20 Apr 2013 08:27:51 UTC Commit: 971f147c087e7b6c2c15e95c4247dd73b7063d20 https://github.com/geany/geany/commit/971f147c087e7b6c2c15e95c4247dd73b7063d...
Log Message: ----------- Documentation: Replace some \t with space
Modified Paths: -------------- doc/geany.txt
Modified: doc/geany.txt 6 files changed, 3 insertions(+), 3 deletions(-) =================================================================== @@ -178,12 +178,12 @@ using the environment variable ``WAFCACHE``. A possible location of the cache directory could be ``~/.cache/waf``. In order to make use of this, you first need to create this directory::
- $ mkdir -p ~/.cache/waf + $ mkdir -p ~/.cache/waf
then add the environment variable to your shell configuration (the following example is for Bash and should be adjusted to your used shell)::
- export WAFCACHE=/home/username/.cache/waf + export WAFCACHE=/home/username/.cache/waf
Remember to replace ``username`` with your actual username.
@@ -214,7 +214,7 @@ list, type:: $ ./configure --help
or:: - $ ./waf --help + $ ./waf --help
(depending on which build system you use).
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).