doc/userguide: include man page even when not including pdf

Fix a mistake in Makefile.am where the man page was only being
added to the distribution if the PDF was also created. It should
be included even if the PDF cannot be included.
pull/5442/head
Jason Ish 5 years ago committed by Victor Julien
parent 301454e9e4
commit 69fffb2dc4

@ -31,14 +31,14 @@ EXTRA_DIST = \
what-is-suricata.rst
if HAVE_SURICATA_MAN
man1_MANS = suricata.1
dist_man1_MANS = suricata.1
endif
if HAVE_SPHINXBUILD
man1_MANS = suricata.1
dist_man1_MANS = suricata.1
if HAVE_PDFLATEX
EXTRA_DIST += $(man1_MANS) userguide.pdf
EXTRA_DIST += userguide.pdf
endif
SPHINX_BUILD = sphinx-build -q

Loading…
Cancel
Save