mirror of
https://github.com/OISF/suricata.git
synced 2026-02-19 02:28:46 -05:00
Add EVE documentation for QUIC and Pgsql to their respective sections of the userguide. Also add a complete EVE reference as an appendix. Other protocols can be done, but its a manual process to document in the schema, then add the glue to pull them into the documentation. The documentation is generated during "make dist", or if it doesn't exist, "conf.py" will attempt to generate the eve documentation for building on Readthedocs.
8 lines
174 B
Makefile
8 lines
174 B
Makefile
etcdatadir = $(datadir)/suricata
|
|
|
|
EXTRA_DIST = schema.json \
|
|
suricata.logrotate.in \
|
|
suricata.service.in
|
|
|
|
dist_etcdata_DATA = classification.config \
|
|
reference.config
|