]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc/userguide: include man page even when not including pdf
authorJason Ish <jason.ish@oisf.net>
Tue, 15 Sep 2020 15:27:36 +0000 (09:27 -0600)
committerVictor Julien <victor@inliniac.net>
Thu, 24 Sep 2020 15:11:41 +0000 (17:11 +0200)
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.

doc/userguide/Makefile.am

index 159e6d4545212b9190b6e3fe5b5a831389841bc0..e17ba86e12fed71d7683b75704bc1e6540413ca2 100644 (file)
@@ -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