]> git.notmuchmail.org Git - notmuch/blobdiff - test/test-lib-common.sh
doc: build man pages into hierarchy, fix help test.
[notmuch] / test / test-lib-common.sh
index e1eaa5a03984ccd2372d9e60e2b74cdc0dcd2225..892991e2bd037c9e8745bdf3cf539585cf111d21 100644 (file)
@@ -98,12 +98,12 @@ then
        PATH=$GIT_VALGRIND/bin:$PATH
        GIT_EXEC_PATH=$GIT_VALGRIND/bin
        export GIT_VALGRIND
-       test -n "$notmuch_path" && MANPATH="$notmuch_path/man:$MANPATH"
+       test -n "$notmuch_path" && MANPATH="$notmuch_path/doc/_build/man"
 else # normal case
        if test -n "$notmuch_path"
                then
                        PATH="$notmuch_path:$PATH"
-                       MANPATH="$notmuch_path/man:$MANPATH"
+                       MANPATH="$notmuch_path/doc/_build/man"
                fi
 fi
 export PATH MANPATH