From ede94e1f66337e166ef811bec91e55eba9b331ea Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Thu, 28 Jun 2018 10:07:52 -0600 Subject: [PATCH] doc: alphabetize EXTRA_DIST --- doc/userguide/Makefile.am | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/userguide/Makefile.am b/doc/userguide/Makefile.am index 2e1d3db76b..5fa4ade6f0 100644 --- a/doc/userguide/Makefile.am +++ b/doc/userguide/Makefile.am @@ -1,29 +1,29 @@ EXTRA_DIST = \ - conf.py \ - index.rst \ - install.rst \ acknowledgements.rst \ - rule-management \ - command-line-options.rst \ - initscripts.rst \ - public-data-sets.rst \ - what-is-suricata.rst \ - make-sense-alerts.rst \ - setting-up-ipsinline-for-linux.rst \ - unix-socket.rst \ capture-hardware \ + command-line-options.rst \ + conf.py \ configuration \ file-extraction \ + index.rst \ + initscripts.rst \ + install.rst \ licenses \ lua \ + make-sense-alerts.rst \ manpages \ output \ + partials \ performance \ + public-data-sets.rst \ reputation \ + rule-management \ rules \ setting-up-ipsinline-for-linux \ + setting-up-ipsinline-for-linux.rst \ setting-up-ipsinline-for-windows.rst \ - partials + unix-socket.rst \ + what-is-suricata.rst if HAVE_SURICATA_MAN man1_MANS = suricata.1 -- 2.47.2