Signed-off-by: Eric Engestrom <eric.engest...@imgtec.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b4cea98..4291049 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ shellcheck:
        shellcheck $(SC_EXCLUDE) dim bash_completion
 
 mancheck:
-       @for cmd in $$(dim list-commands); do \
+       @for cmd in $$(./dim list-commands); do \
                if ! grep -q "^$$cmd" dim.rst; then \
                        echo "$@: $$cmd not documented"; \
                fi \
-- 
Cheers,
  Eric

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to