From 7cd32e8a9b31187579007634be013d036de2d95d Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sun, 16 Aug 2020 18:38:18 -0400 Subject: don't fail the build for warning about date format in the documentation source --- man/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/CMakeLists.txt b/man/CMakeLists.txt index f0d9cb3..7bf4993 100644 --- a/man/CMakeLists.txt +++ b/man/CMakeLists.txt @@ -214,7 +214,7 @@ endforeach() # man_lint foreach(f ${MAN_SOURCES}) add_custom_command(OUTPUT ${f}.lint - COMMAND mandoc -T lint -W warning ${f} > ${f}.lint + COMMAND mandoc -T lint -W error ${f} > ${f}.lint DEPENDS ${f}) list(APPEND LINT_FILES ${f}.lint) endforeach() -- cgit v1.2.3