[gegl/wip/lantw/fix-204-docs-workshop-warnings: 5/5] docs: Don't use .. to find bin



commit fd6232b8e4685e14af95e586323c6e0c3a6af210
Author: Ting-Wei Lan <lantw src gnome org>
Date:   Wed Sep 11 12:27:53 2019 +0800

    docs: Don't use .. to find bin
    
    Meson runs all commands under the top-level build directory by default,
    so .. isn't needed to access files in a different directory.

 docs/commandline.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/docs/commandline.txt b/docs/commandline.txt
index cf82fef74..e54726647 100644
--- a/docs/commandline.txt
+++ b/docs/commandline.txt
@@ -19,5 +19,5 @@ The following is the usage information of the gegl binary, this documentation
 might not be complete.
 
 -------
-sys::[bash -c '../bin/gegl -h 2>&1']
+sys::[bash -c './bin/gegl -h 2>&1']
 -------


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]