Skip to content

Commit

Permalink
doc: remove userguide.pdf on clean instead of suricata.pdf
Browse files Browse the repository at this point in the history
As the pdf is a built artifact, it needs to be removed to
satisfy distcheck.
  • Loading branch information
jasonish committed Oct 5, 2016
1 parent afead7e commit 2c60e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/userguide/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2c60e9b

Please sign in to comment.