]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: remove userguide.pdf on clean instead of suricata.pdf 2336/head
authorJason Ish <ish@unx.ca>
Wed, 5 Oct 2016 18:06:19 +0000 (12:06 -0600)
committerJason Ish <ish@unx.ca>
Wed, 5 Oct 2016 18:06:19 +0000 (12:06 -0600)
As the pdf is a built artifact, it needs to be removed to
satisfy distcheck.

doc/userguide/Makefile.am

index a63a8eb53cc8a9675eccb3825324a7885804d977..ab89a2bd319f28db2bb93c4a5dee86d5e2552aa2 100644 (file)
@@ -70,6 +70,6 @@ man: _build/man/suricata.1
 clean-local:
        rm -rf $(top_builddir)/doc/userguide/_build
        rm -f $(top_builddir)/doc/userguide/suricata.1
-       rm -f $(top_builddir)/doc/userguide/suricata.pdf
+       rm -f $(top_builddir)/doc/userguide/userguide.pdf
 
 endif # HAVE_SPHINXBUILD