From 2c60e9b4deadb2c330fe37f754f75cebf8006284 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Wed, 5 Oct 2016 12:06:19 -0600 Subject: [PATCH] doc: remove userguide.pdf on clean instead of suricata.pdf As the pdf is a built artifact, it needs to be removed to satisfy distcheck. --- 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 a63a8eb53c..ab89a2bd31 100644 --- a/doc/userguide/Makefile.am +++ b/doc/userguide/Makefile.am @@ -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 -- 2.47.2