]> arthur.barton.de Git - bup.git/commitdiff
help: fix src tree Documentation location
authorRob Browning <rlb@defaultvalue.org>
Sat, 13 Jun 2020 19:31:40 +0000 (14:31 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 5 Jul 2020 16:16:22 +0000 (11:16 -0500)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
lib/cmd/help-cmd.py

index 0561742adf08c7374b1e65b236e52e317cac72b6..7448ba6d071e1943ea54ef8111aa9d41bbac2354 100755 (executable)
@@ -34,7 +34,7 @@ if len(extra) == 0:
 elif len(extra) == 1:
     docname = (extra[0]=='bup' and 'bup' or ('bup-%s' % extra[0]))
     manpath = os.path.join(path.exedir(),
-                           'Documentation/' + docname + '.[1-9]')
+                           '../../Documentation/' + docname + '.[1-9]')
     g = glob.glob(manpath)
     try:
         if g: