From d2142cf4337985e190891eb3a9d8ddcc017fed58 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Thu, 28 Jun 2018 09:24:46 -0600 Subject: [PATCH] doc: make warnings errors when building man page --- doc/userguide/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/userguide/Makefile.am b/doc/userguide/Makefile.am index 5416178135..04302f43de 100644 --- a/doc/userguide/Makefile.am +++ b/doc/userguide/Makefile.am @@ -68,7 +68,7 @@ _build/man/suricata.1: sysconfdir=$(sysconfdir) \ localstatedir=$(localstatedir) \ version=$(PACKAGE_VERSION) \ - $(SPHINX_BUILD) -b man -d _build/doctrees \ + $(SPHINX_BUILD) -W -b man -d _build/doctrees \ $(top_srcdir)/doc/userguide _build/man suricata.1: _build/man/suricata.1