From 5ffc8cb3dd59bb3f12b26413f22d00fc607d04ef Mon Sep 17 00:00:00 2001 From: ng0 Date: Sat, 9 Mar 2019 12:28:28 +0000 Subject: fix. --- lint/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint/Makefile.am b/lint/Makefile.am index abbc40630..6f2f22abc 100644 --- a/lint/Makefile.am +++ b/lint/Makefile.am @@ -13,7 +13,7 @@ check-python: check-man: printf "Running lint-man.sh in doc/man.\n" - @cd $(top_srcdir)/doc/man ; $(top_srcdir)/../../contrib/scripts/lint-man.sh || true + @cd $(top_srcdir)/doc/man ; ../../contrib/scripts/lint-man.sh || true # exception to add: ignore license files. # exception to add: uref's can go above 79 chars. -- cgit v1.2.3